3
1
Back

-08:00 // Poorly Drawn Lines elseif (strpos($article["link"], "www.pilotside.us/comic/") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); } // Joy of Tech * Girls with Slingshots elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { // Girls with Slingshots // Girls with Slingshots // Girls with Slingshots elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="webcomic-image"]//img)', $article); // $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article); } Some comics supported VG Cats, via their tumblr rss feed since.

New Pull Request