3
1
Back

5cacbfea2e523d618ea3bcbc0bca9c37eb36f10d Mon Sep 17 00:00:00 2001 Subject: [PATCH] Dead Philosophers elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="aftercomic"]//img)', $article); $article['content'] = $this->get_img_tags($xpath, '//p[@class="Maintext"]//img[contains(@src, "joyimages")]', $article); } // Two Lumps // Breaking Cat News elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { // Something Positive elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="main"]//img)', $article); } Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users $entries = $xpath->query("//div[@id='comic-notes']"); d5bfb6e27b Go to file f45c980890 Align panel to integer pseudo-origin, remove testing text, decrease title label font so we don't lose it QuentinEF.ttf | Bin 10724 -> 0 bytes (group "" (id 17a7121e-b68e-480a-a63e-d9064ffac0d1 function mangle_article($article) { // Cyanide & Happiness elseif (strpos($article['link'], 'jesusandmo.net') !== FALSE) { elseif (strpos($article['link'], 'breakingcatnews.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='cc-comicbody']//img", $article); } // Hole for.

New Pull Request