3
1
Back

$this->get_content($link); //Sites that provide images and just need alt tags elseif (strpos($article['link'], 'http://www.achewood.com/index.php?date=') !== FALSE) { $article['content'] .= "ID: " . $img->getAttribute('title') . ""; } //noop elseif (strpos($article['link'], 'breakingcatnews.com/comic/') !== FALSE) { $article['content'] = $doc->saveXML(); .

New Pull Request