3
1
Back

(strpos($article['link'], 'somethingpositive.net') !== FALSE) { elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); } /* absolute URL is ready! */ return $scheme . '://' . $abs; } Add more.

New Pull Request