Labels Milestones
BackBlog // XKCD (alt tags we don't need to call out for) $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); // $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); } Clean up code formatting; added a few due to referer checks elseif (strpos($article['link'], 'qwantz.com/index.php?comic') !== FALSE) { // Poly In Pictures // Poly In Pictures } // Scenes From A Multiverse (to get alt tags elseif (strpos($article['link'], 'wondermark.com/c') !== FALSE.
New Pull Request