3
1
Back

Original, so that any problems introduced by others will not work. Ask me how I know this. And by "ask me" I mean "shut up". Latest commits for file Images/befaco_vcadsr.png Add befaco image for inspo bab77fac9dc44b0a10d743c564c65ae0938027f6 Update README.md Update README.md 2015-02-23 04:37:33 -08:00 It's really just a borked RSS feed elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Scenes From A Multiverse (to get alt tags if both exist elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { // Dilbert elseif (strpos($article['link'], 'breakingcatnews.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } */ // Girls with Slingshots // CTRL+ALT+DEL elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); } // Softer World (alt tags), Dinosaur Comics (alt tags+blog), CAD.

New Pull Request