3
1
Back

Comics supported elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article); // } // Timothy Winchester (People I Know foreach ($imgs as $img) { $article['content'] = $img; } //Sites that provide images and just need alt tags in feedburner (if there are quotes) // Doghouse Diaries, which has broken alt tags if both exist Updated LICD, alter alt-textify to.

New Pull Request