3
1
Back

File elseif (strpos($article["link"], "eatthattoast.com/comic/") !== FALSE && Various updates, additions /* dirty absolute URL is ready! */ elseif (strpos(strtolower($article['link']), 'giantitp.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="container"]//center//img)', $article); } } // CTRL+ALT+DEL // CTRL+ALT+DEL elseif (strpos($article['link'], 'https://web3isgoinggreat.com/single/') !== FALSE) { // PhD Unknown // Robot Hugs elseif (strpos($article['link'], 'www.geekculture.com/joyoftech/') !== FALSE) { // Breaking Cat News $entries = $xpath->query("//div[@id='signoff-wrapper']"); } //Sites that provide images and just need alt tags elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article); .

New Pull Request