3
1
Back

Foreach ($entries as $entry) { $article['content'] = preg_replace('#(/[0-9-]+)-150x150\.gif#', '$1.gif', $article['content']); $article['content'] = $this->get_img_tags($xpath, '//p[@class="Maintext"]//img[contains(@src, "joyimages")]', $article); } achewood, gwss fix, fix for when invisiblebread has no bread elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { // Something Positive elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); $article['content'] = $matches[1]; } } module.

New Pull Request