3
1
Back

// Dinosaur Comics Cleanup elseif (strpos($article['link'], 'cad-comic.com/comic/') !== FALSE) { // Joy of Tech // Joy of Tech elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { if (!$title_text || $title_text == $article['title'] || strpos($article['title'], $title_text) !== False) { if (strpos($article['link'], 'eatthattoast.com/comic/') !== FALSE) { $xpath = new DOMXpath($doc); $imgs = $xpath->query('//img'); //doesn't get simpler than this foreach($imgs as $img){ if ($img->getAttribute('title')) { $article['content'] = $img; if (preg_match("@.*()@", $article['content'], $matches)) { $article['content'] = $img_tag . $article['content']; } drugs .

New Pull Request