RSS not downloading

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
Ayla
Release Testers
Release Testers
Posts: 18
Joined: March 1st, 2008, 2:03 pm

RSS not downloading

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: RSS not downloading

Post 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.
Ayla
Release Testers
Release Testers
Posts: 18
Joined: March 1st, 2008, 2:03 pm

Re: RSS not downloading

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: RSS not downloading

Post 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.
Post Reply