3
1
Back

No need to be fixed elsewhere elseif (strpos($article['link'], '//theoatmeal.com/comics/') !== FALSE) { // elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE || strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE) { $doc = new DOMDocument(); $doc->loadHTML($article['content']); $xpath .

New Pull Request