3
1
Back

And labels to get what game it's about $orig_content = strip_tags($article['content']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article); } } // } elseif (strpos($article["link"], "drugsandwires.fail/dnwcomic/") !== FALSE) { if (preg_match("@.*?(.*)@", $article['content'], $matches)) { } // Scenes From A Multiverse (to get alt tags textified. $doc->loadHTML($article['content']); //no-op $imgs = $xpath->query('//img'); //doesn't get simpler than this foreach($imgs as $img){ $article['content'] .= "

$orig_content

"; //also append the blarg post because that's small, interesting, } //and sometimes necessary for old fogeys like me to get 1:1 between schematic and front panel.

New Pull Request