3
1
Back

Additions elseif (strpos($article["link"], "satwcomic.com/") !== FALSE) { // Joy of Tech $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[@class='ksc' and contains(@src, 'png')]", $article); elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { $xpath .

New Pull Request