3
1
Back

With nothing $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); } // Pain Train (to get alt tags) // Scenes From A Multiverse (to get alt tags textified. } //Sites that provide images and just need alt tags if both exist achewood, gwss fix, fix for when invisiblebread has no bread Pain Train alt tag, Alice Grove bigger img Pain Train alt tag, Alice Grove (get bigger image) elseif (strpos($article['link'], 'alicegrove.com') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); // $article['content'] = $img; } } Dead Philosophers 2015-02-25 15:05:54 -08:00 // Eat That Toast bog-standard example // Breaking Cat News elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='comicpage']//img[contains(@src, 'Strip')]", $article); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { $img = preg_replace("@height=\"\d+\"@", "", $img); $article['content.

New Pull Request