3
1
Back

Panel (cutting it very close, would need to call out for elseif (strpos($article['content'], 'wondermark.com/c') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); } /* dirty absolute URL is ready! */ elseif (strpos(strtolower($article['link']), 'giantitp.com/comics/') !== FALSE) { $imgs = $xpath->query('//img'); //doesn't get simpler than.

New Pull Request