3
1
Back

Penny Arcade elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { // Drugs and Wires elseif (strpos($article["link"], "berkeleymews.com/") !== FALSE || strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE){ $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); } // Poly In Pictures elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE.

New Pull Request