Page 1 of 1

Is there anyway to access the contents of the rss feed item?

Posted: April 29th, 2011, 8:23 am
by ruckerz
NZBmatrix will (most of the time) supply an IMDB code in their feed . Is it possible to parse it out  and dump it somewhere for use in my post processing scripts?

Re: Is there anyway to access the contents of the rss feed item?

Posted: April 29th, 2011, 8:25 am
by shypike
If your script reads the feed on its own, it may be able to.
We're not eager to implement all sorts of site-specific support.

Re: Is there anyway to access the contents of the rss feed item?

Posted: April 29th, 2011, 8:27 am
by ruckerz
shypike wrote: If your script reads the feed on its own, it may be able to.
I can code something separate to parse the rss, but how can I get access to the actual rss file? Prequeue script? Modify the code (yikes) ?