3
1
Back

Poly In Pictures elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article) . $article['content']; } // Cyanide & Happiness elseif (strpos($article["link"], "satwcomic.com/") !== FALSE) { // $host->add_hook($host::HOOK_ARTICLE_FILTER, $this); // Eat That Toast elseif (strpos($article["link"], "www.smbc-comics.com/comic/") !== FALSE.

New Pull Request