3
1
Back

Elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); // $xpath = $this->get_xpath_dealie($article['link']); $img_tag = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); // } elseif (strpos(strtolower($article['link']), 'giantitp.com/comics/') !== FALSE) { // Something Positive // Something Positive Some comics supported elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="aftercomic"]//img)', $article); Assorted updates Assorted updates jesus and mo, maintenance Fixes for CAD and sorcery101 Fix 3-panel soul Fix 3-panel soul drugs & wires, pilotside drugs & wires, pilotside 2018-11-20 08:29:13 -08:00 // Eat That Toast elseif (strpos($article["link"], "www.smbc-comics.com/comic/") !== FALSE) { // not a comic, just a quick and dirty content rewriting engine with code already written for about.

New Pull Request