3
1
Back

Blog $article['content'] = $this->get_img_tags($xpath, "//figure[@class='photo-hires-item']//img", $article); } /* absolute URL is ready! */ Assorted updates elseif (strpos($article['link'], 'https://web3isgoinggreat.com/single/') !== FALSE) { // Dinosaur Comics Cleanup $extraimage = $xpath->query("//img[@class='extrapanelimage']")->item(0); $new_element = $doc->createElement("img"); $new_element->setAttribute('src', $extraimage->getAttribute('src')); $bread->parentNode->replaceChild($new_element, $bread); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } achewood, gwss fix, fix for when invisiblebread.

New Pull Request