3
1
Back

Weedonwantcha elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { // Dinosaur Comics Cleanup elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { //noop $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article); } Clean up code formatting; added a few due to referer checks Added BCN, Something Positive elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') .

New Pull Request