3
1
Back

From 812d609d12a788e600a582b2b6e7494f6d2b0728 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Various updates, additions Fix for when invisiblebread has no bread Pain Train alt tag, Alice Grove (get bigger image) elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { // And get blog $entries = $xpath->query("//div[@id='signoff-wrapper']"); foreach ($entries as $entry) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); elseif (strpos($article["link"], "poorlydrawnlines.com/comic/") !== FALSE || strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE) { // Timothy Winchester (People I Know elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { // Timothy Winchester (People I Know foreach ($imgs as $img) { $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } // Scenes From A Multiverse (to get alt tag) elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { elseif (strpos($article['link'], 'breakingcatnews.com/comic/') !== FALSE) { // only keep everything starting at.

New Pull Request