3
1
Back

//noop $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = preg_replace("@@", '', $article['content']); if (preg_match("@.*?(.*)@", $article['content'], $matches)) { $img = preg_replace("@height=\"\d+\"@", "", $img); $article['content'] = $img; } } //Sites that provide images and just need alt tags textified. If(ADD_IDS){ $article = $this->alt_textify($article); $entries = $xpath->query("//span[@class='rss-content']"); // Wondermark (alt tag already present elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { // Alice Grove bigger img VG Cats, via their tumblr rss feed since they don't have one of their own. VG Cats, via their tumblr rss.

New Pull Request