3
1
Back

Image // $xpath = $this->get_xpath_dealie($article['link']); elseif (strpos($article["link"], "manicpixienightmaregirls.com/") !== FALSE) { //No matches //No matches //No matches if ($img->getAttribute('title')) { $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); } // Dilbert elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); // Doghouse Diaries, which has broken alt tags textified. $article['content'] .= "
$orig_content
"; } // Least I Could Do (wtf image.

New Pull Request