3
1
Back

// Scenes From A Multiverse (to get alt tags elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { // Dilbert elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { if (strpos($article["content"], "bonus panel!") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[contains(@src, 'sp') and contains(@src, 'png')]", $article); } // Least I Could Do (wtf image size? Elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//img[starts-with(@src, '/comics/') and @class='comic_image.

New Pull Request