3
1
Back

$this->get_img_tags($xpath, "//figure[@class='photo-hires-item']//img", $article); } Some comics supported Some comics supported if (strpos($article["link"], "penny-arcade.com") !== FALSE && strpos($article["title"], "Comic:") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $img_tag = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); } // Drugs and Wires elseif (strpos($article["link"], "chainsawsuit.com/comic/") !== FALSE.

New Pull Request