3
1
Back

From abc39a50d6580d276015bcd974580f199a987534 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Gunnerkrigg and cleanup of alt-tag-only sites elseif (strpos($article['content'], 'invisiblebread.com/2') !== FALSE) { //also append the blarg post because that's small, interesting, //and sometimes necessary for old fogeys like me to get what game it's about $entries = $xpath->query("//div[@id='blarg']/div[last()]"); foreach ($entries as $entry){ $article['content'] .= "

Bonus comic:
" . $aftercomic . "

"; } } Pain Train (to get alt tags if both exist elseif (strpos($article['link'], 'breakingcatnews.com/comic/') !== FALSE) { if ($img->getAttribute('title')) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); // And get blog $entries = $xpath->query("//div[@id='comic-notes']"); d5bfb6e27b Go to file f6c7924538 Messing around with panel alignment.

New Pull Request