3
1
Back

$xpath->query("//span[@class='rss-content']"); // Wondermark (alt tag already present) elseif (strpos($article['content'], 'wondermark.com/c') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $img_tag = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); // Three Panel Soul elseif (strpos($article['link'], 'http://www.achewood.com/index.php?date=') .

New Pull Request