Labels Milestones
Back_comics/init.php 342 lines if (strpos($article["link"], "penny-arcade.com") !== FALSE && strpos($article["title"], "Comic:") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); } // Scenes From A Multiverse (to get alt tags) elseif (strpos($article['link'], 'breakingcatnews.com/comic.
New Pull Request