3
1
Back

1.6) elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { $article['content'] .= "Bonus comic:" . $aftercomic . "

"; } } // Scenes From A Multiverse (to get alt tags textified. Function rel2abs($rel, $base) { Various updates, additions // PhD Unknown // Robot Hugs elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); } // XKCD (alt tags we don't need to call out for) // Dead Philosophers elseif (strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article); // Doghouse Diaries, which has broken alt tags if both exist achewood, gwss fix, fix for when invisible bread has no bread From 6a9c45505ac6d396b29028a4373b6ff337eac9d1 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Pain Train alt tag, Alice Grove bigger img Subject: [PATCH] Wondermark fix; added Oatmeal initial $article['content'] = $this->get_img_tags($xpath, '(//img[@id="main-comic"])', $article); $article['content'] = $img; } } Pain Train alt tag, Alice Grove (get bigger image elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { Gunnerkrigg and cleanup of alt-tag-only sites 2015-03-24 12:20:47 -07:00 55ee65a5e9 Go to file d8eca8dc7e Add note.

New Pull Request