3
1
Back

2018-11-20 08:29:13 -08:00 // Eat That Toast bog-standard example elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); } // SatW elseif (strpos($article["link"], "manicpixienightmaregirls.com/") !== FALSE) { // $xpath = $this->get_xpath_dealie($article['link.

New Pull Request