3
1
Back

Checks elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $article['content'] = preg_replace('#(/[0-9-]+)-150x150\.gif#', '$1.gif', $article['content']); $article['content'] = preg_replace('#(width|height)="150"#', '', $article['content']); if (preg_match("@.*?(.*)@", $article['content'], $matches)) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); } // Timothy Winchester (People I Know elseif (strpos($article['link'], 'cad-comic.com/comic/') !== FALSE) { // Doghouse Diaries, which has broken alt tags if (preg_match("@.*()@", $article['content'], $matches)) { } /* dirty absolute URL */ $abs = "$host$path/$rel"; /* replace.

New Pull Request