3
1
Back

From 06850ab67823ca6e309908fccf0dcf41bca709a5 Mon Sep 17 00:00:00 2001 Subject: [PATCH] achewood, gwss fix, fix for when invisible bread has no bread Pain Train (to get alt tag) // Achewood (alt tag) elseif (strpos($article['link'], 'jesusandmo.net') !== FALSE) { elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $img; } } if(ADD_IDS){ $article['content'] .= "

" . $entry->textContent . "

"; } } foreach($imgs as $img){ $article['content'] .= "
ID: " . $img->getAttribute('title') . ""; } if(preg_match("@.*(get_img_tags($xpath, "//div[@id='content']/img", $article); } // Breaking Cat News // Something Positive if (strpos($article['link'], 'eatthattoast.com/comic/') !== FALSE) { $imgs = $xpath->query('//img'); //doesn't get simpler than this foreach($imgs as $img){ $article['content'] .= "
Alt: " . $img->getAttribute('title.

New Pull Request