3
1
Back

Tweaking // The Better To Find You With (http://sorcery101.net/ elseif (strpos($article["link"], "satwcomic.com/") !== FALSE) { // Scenes From A Multiverse (to get alt tags elseif (strpos($article['link'], 'www.geekculture.com/joyoftech/') !== FALSE) { // Dead Philosophers 2015-02-25 15:05:54 -08:00 // Poorly Drawn Lines elseif (strpos($article["link"], "sorcery101.net/the-city-between/thebettertofindyouwith") !== FALSE) { $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article) . $article['content']; } // Cyanide & Happiness elseif (strpos($article["link"], "poorlydrawnlines.com/comic/") !== FALSE ) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); $article['content'] = $img; if (preg_match("@.*()@", $article['content'], $matches)) { $img = $matches[1]; } } // Make sure.

New Pull Request