Tag: rss

  • Fixing Blank Previews on My Website

    My vanity website reads various RSS feeds, displaying a preview of their content. I use HTML::TokeParser to break apart the HTML inside the RSS feed. One RSS feed is from my sports BLOG , but a recent change (the BLOG…

  • Creating RSS Feeds (Part 3 of 3)

    In the previous post , I showed how WWW::Mechanize and HTML::TokeParser can grab content from a website, and parse that content to produce the information required for an RSS feed. So how do I make a feed with all that?