3
1
Back

&& strpos($article["title"], "Comic:") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='imgdiv']//img", $article); //also get blog $entries = $xpath->query("//div[@id='blarg']/div[last()]"); // Scenes From A Multiverse (to get alt tags) elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { $article['content'] = $img; } Fix for two bugs in Doghouse Diaries rss: spaces in img src and quotes in alt/title text 3D Printing/Panels/AD&D 1e spell names in Filmoscope Quentin' 6298fd8aa3 Gunnerkrigg and cleanup of alt-tag-only sites 2015-03-24 12:20:47 -07:00.

New Pull Request