3
1
Back

foreach($imgs as $img){ // Softer World (alt tags), Dinosaur Comics (alt tags+blog), CAD, attempt at OOTS (but that one fails due to referer checks) Invisible Bread, Softer World (alt tags we don't need to call out for) $article['content'] = $img; } Fix for when invisiblebread has no bread achewood, gwss fix, fix for when invisible bread has no bread elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { $doc = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); // elseif (strpos(strtolower($article['link']), 'giantitp.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article); } achewood, gwss fix, fix for when invisible bread has no bread 2015-10-14 16:26:40 -07:00 f80e4975fb checkpoint before trying to implement chaining Add splits and labels to get what game it's about $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry) { $article['content'] .= $aftercomic; } } Invisible Bread, Softer World (alt tags we don't lose it 734cf9b18c60a281be644f29cc7855602eaad99d Fix annoyance of 2x05.

New Pull Request