Labels Milestones
BackFrom 8576ad9482bca9af6d257ece2917df271c37db54 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Some comics supported elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { $imgs = $xpath->query('//img'); //doesn't get simpler than this foreach($imgs as $img){ foreach ($imgs as $img) { $article['content'] = $img_tag . $article['content']; } // Gunnerkrigg Court elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[starts-with(@src, '/comics/') and @class='comic_image']", $article); } // Scenes From A Multiverse (to get alt tags textified. Function rel2abs($rel, $base) { function get_content($link) { /** * When debugging or writing a new fetcher, use the first if (preg_match("@.*(
Alt: $alt_text
New Pull Request