3
1
Back

$e->getMessage(); } } // Dilbert elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { $doc = new DOMXpath($doc); $imgs = $xpath->query('//img'); //doesn't get simpler than this foreach ($imgs as $img) { $article['content'] = preg_replace('#(width|height)="150"#', '', $article['content']); // Penny Arcade elseif (strpos($article['link'], 'threepanelsoul.com/comic/') !== FALSE) { //no-op Latest commits for branch bugfix/v1.1 Add note resulting from mechanical transformation.

New Pull Request