3
1
Back

Wires elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $img = $matches[1]; } } // Dinosaur Comics (alt tags+blog), CAD, attempt at OOTS (but that one fails due to referer checks elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//img[@id="main-comic"])', $article); } // Dilbert elseif (strpos($article['link'], 'threepanelsoul.com/comic/') !== FALSE) .

New Pull Request