Page 1 of 1

RSS not downloading

Posted: March 1st, 2008, 2:09 pm
by Ayla
Hi

I'm using the latest sabnzbd+ on OS X.

Everything is working fine, except RSS downloading. Nothing gets added to the queue.

I am using a RSS link from a Yahoo pipe I created and set the Filter to "*" (without the quotes).

I know the pipe works, when I add it to my normal RSS reader the TV Shows appear as they should.

RSS Settings:
-----
Remove http://pipes.yahoo.com/pipes/pipe.run?_ ... render=rss
Remove Filter: *
Unpack-opts: 3
Match Multiple: True
-----

Anyone who can tell me how to get it working?

ThanksĀ  :)
Martin

Re: RSS not downloading

Posted: March 1st, 2008, 2:24 pm
by shypike
When you define the RSS feed, all items are read and stored internally.
None of these items gets downloaded!
Only new items detected in later queries will be downloaded.

This is to prevent a huge amount of old items to be downloaded in the first run.

Re: RSS not downloading

Posted: March 1st, 2008, 2:56 pm
by Ayla
shypike wrote: When you define the RSS feed, all items are read and stored internally.
None of these items gets downloaded!
Only new items detected in later queries will be downloaded.

This is to prevent a huge amount of old items to be downloaded in the first run.
Ah, I see.

Thanks for the reply!

That's probably it.

Btw. is there any way to exclude something (for example, exclude "s07e03") with the RSS filter?

I tried to read about RSS on the Wiki but it's not documented yet.

Thanks
Martin

Re: RSS not downloading

Posted: March 1st, 2008, 5:32 pm
by shypike
You can do all sorts of complex things if you know how to write Python regular expressions.
You put such an expression in the second box.