3
1
Back

} if (strpos($article['link'], 'eatthattoast.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); } // Cyanide & Happiness elseif (strpos($article["link"], "drugsandwires.fail/dnwcomic/") !== FALSE) { // Awkward Zombie // Awkward Zombie $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; if (ADD_IDS) { $article['content'] .= "
ID: " . $img->getAttribute('title') . "
"; } } Invisible Bread, Softer World (alt tags.

New Pull Request