3
1
Back

Ready! */ elseif (strpos(strtolower($article['link']), 'giantitp.com/comics/') !== FALSE) { $img = preg_replace("@height=\"\d+\"@", "", $img); $img = $matches[1]; $article['content'] = $img; } //Sites that provide images and just need alt tags textified. Elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') .

New Pull Request