3
1
Back

Train (to get alt tag elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { // Achewood (alt tag already present) elseif (strpos($article['content'], 'wondermark.com/c') !== FALSE) { // Softer World (alt tags), Dinosaur Comics Cleanup elseif (strpos($article['content'], 'invisiblebread.com/2') !== FALSE) { // $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } Some comics supported elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { // Dinosaur Comics Cleanup elseif (strpos($article['link'], 'breakingcatnews.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); } /* absolute URL is ready!

New Pull Request