Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: How to retrieve all RSS data

by aquarium (Curate)
on Oct 14, 2010 at 04:51 UTC ( [id://865202]=note: print w/replies, xml ) Need Help??


in reply to Re: How to retrieve all RSS data
in thread How to retrieve all RSS data

like has been said, you need to compare apples to apples when it comes to coding.
look at the feed directly in the browser, without a reader, i.e. put the whatever.rss url in the browser url bar. depending on browser it might look a bit different, as most browsers try to apply some basic styling..but importantly all the feed items will be in the page just as your code would download the feed and do things to it.
rss reader applications, some of which are like google reader and some (especially older ones) are standalone GUI applications. these reader applications do a whole lot more stuff behind the scenes, and hence don't just present the feed as you would get it with a single GET request in code.
the hardest line to type correctly is: stty erase ^H

Replies are listed 'Best First'.
Re^3: How to retrieve all RSS data
by show (Initiate) on Oct 14, 2010 at 05:20 UTC
    Thanks guys for your reply. I see what you are saying but what makes me still puzzled is that When I have a brand new RDF link, and start feeding for the first time with Google Reader, it is able to retrieve old feeds. So there should be a way to do this.
      Perhaps you weren't the first person to request that feed on your list and as a result you are added to those monitoring an existing stream. This stream, having existed before you began monitoring it, will have items prior to your adding it to your iGoogle account.

      Perl can do many things, but time travel isn't one of them

      print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://865202]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (9)
As of 2024-04-18 12:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found