3
1
Back

Assorted updates Assorted updates elseif (strpos($article['link'], 'http://www.achewood.com/index.php?date=') !== FALSE) { // Something Positive } 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) . $article['content']; } Various updates, additions Fix for two bugs in Doghouse Diaries rss: spaces in img src and quotes in alt/title text under images (extra useful for non-browser users $entries = $xpath->query($query); $result_html = ''; foreach ($entries as $entry){ $article['content'] .= "" . $entry->textContent . "

"; } } if ($alt_text && !$title_text){ } /* OotS uses some kind of referer check which prevents fetch_file_contents() from retrieving the image. * Possible fix would be to download the image via fetch_file_contents.

New Pull Request