3
1
Back

(strpos($article["link"], "explosm.net/comics") !== FALSE) { // Dead Philosophers elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { Clean up code formatting; added a few due to referer checks Added BCN, Something Positive // Timothy Winchester (People I Know) elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } // CTRL+ALT+DEL Sillies elseif (strpos($article['link'], '//theoatmeal.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='comicpage']//img[contains(@src, 'Strip')]", $article); // Timothy Winchester (People I Know) elseif (strpos($article['link'], 'https://web3isgoinggreat.com/single/') .

New Pull Request