Rss help

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
Iglesiab
Newbie
Newbie
Posts: 6
Joined: December 30th, 2014, 12:22 pm

Rss help

Post by Iglesiab »

Hi,

Is it possible to create a RSS feed that matche's only the text you enter by itself?

For instance I want to create a feed that looks for the word "low" and just that word.

All my attempts return hits where "low" is part of the word in the title - for instance it returns things with slow,ludlow,blow in the title as well when all I want it to looks for is the word "low"

Any help would be appreciated. Thanks.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Rss help

Post by sander »

Have you tried:

Code: Select all

re:[^a-z]low[^a-z]
as (regular) expression?
Iglesiab
Newbie
Newbie
Posts: 6
Joined: December 30th, 2014, 12:22 pm

Re: Rss help

Post by Iglesiab »

I tried it but must be doing something wrong.

I created a RSS feed named low and put the feed URL in, then on the next page under FILTER I put your code.

Is that correct?
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Rss help

Post by sander »

Can you post a screenshot of the filtering page?
Iglesiab
Newbie
Newbie
Posts: 6
Joined: December 30th, 2014, 12:22 pm

Re: Rss help

Post by Iglesiab »

does this help?

Image
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Rss help

Post by sander »

When you click on the tab "Not Mached" , is there anything with "low" in it?
Iglesiab
Newbie
Newbie
Posts: 6
Joined: December 30th, 2014, 12:22 pm

Re: Rss help

Post by Iglesiab »

No, nothing with "low" in it.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Rss help

Post by sander »

Iglesiab wrote:No, nothing with "low" in it.
So, it's correct that nothing is found by the filter "low"
Iglesiab
Newbie
Newbie
Posts: 6
Joined: December 30th, 2014, 12:22 pm

Re: Rss help

Post by Iglesiab »

Yes , so I am a little confused. There should be some hits though - I can see them when I search for low on the site.

Does it only search a limited amount of time/ hits?

One of the things I want it to find is 29 days old.
User avatar
sander
Release Testers
Release Testers
Posts: 9429
Joined: January 22nd, 2008, 2:22 pm

Re: Rss help

Post by sander »

Iglesiab wrote:Yes , so I am a little confused. There should be some hits though - I can see them when I search for low on the site.

Does it only search a limited amount of time/ hits?

One of the things I want it to find is 29 days old.
As you can see, the RSS only gives you 25 items. Those are the 25 most recent items, so probably very recent. Certainly not 29 days old.

With nzbindex.nl, you can do a pre-filter: http://www.nzbindex.nl/rss/?q=low&sort=agedesc&max=25
... but nzbindex.nl often does not give results and then says "503 Service Temporarily Unavailable" ... :(
Iglesiab
Newbie
Newbie
Posts: 6
Joined: December 30th, 2014, 12:22 pm

Re: Rss help

Post by Iglesiab »

Ahh I see. A new hit should be around the corner so I will see if it picks it up. Thanks for your help.
Post Reply