3
1
Back

Rel="nofollow">0d3d72c49e606725216a5a9a4217e6c039d5a574 2dd0b8c0c736720a0b064bbe1304dc9562beb260 init 2bb058d5715f395d3571ea05d3008566787a2bdb elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE ) { $img_tag = $this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); } // Poly In Pictures elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//figure[@class='photo-hires-item']//img", $article); } Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra.

New Pull Request