3
1
Back

// Breaking Cat News elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { $xpath = new DOMDocument(); elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { elseif (strpos($article['link'], 'breakingcatnews.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $img_tag = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } Clean up code formatting; added a few more 'simple' Unseen Servant 1 year Overview 1 Active Pull Request 1 Pull request proposed by 1 user #7 Cumulative fixes from v1.1 Checkpoint after tweaking footprints some more.

New Pull Request