3
1
Back

$doc->createElement("p"); $article['content'] = preg_replace('#(width|height)="150"#', '', $article['content']); } // Scenes From A Multiverse (to get alt tag) elseif (strpos($article['link'], 'breakingcatnews.com/comic/') !== FALSE) { $xpath = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $matches[1]; $img = $matches[1]; // Least I Could Do (wtf image size? Elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE.

New Pull Request