3
1
Back

'campcomic.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//img[@id="main-comic"])', $article); } // PhD Unknown elseif (strpos($article["link"], "satwcomic.com/") !== FALSE) { // Cyanide & Happiness elseif (strpos($article['link'], 'www.geekculture.com/joyoftech/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); // $article['content'] = $img; } } //Sites that provide images and just need alt tags if both exist.

New Pull Request