3
1
Back

'(//div[@id="comicFrame"])', $article); } // Dilbert elseif (strpos($article['link'], 'breakingcatnews.com/comic/') !== FALSE) { // SBMC // SBMC elseif (strpos($article["link"], "sorcery101.net/the-city-between/thebettertofindyouwith") !== FALSE) { $xpath = $this->get_xpath_dealie($bread_page_url); $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.

New Pull Request