Page 2 of 2

Re: NZBIndex feed not working

Posted: November 24th, 2011, 12:14 am
by RKM
Sure, I'll include the RSS links below.

I think I may still not have explained it properly. This is the NZBindex.nl RSS feed that you have listed as working/supported under your RSS FAQ. It's passed through Yahoo Pipes to remove a few rows, but retains the same format.

Here's an example of the original NZBindex.nl RSS feed:
http://nzbindex.nl/rss/alt.binaries.tee ... 250&more=1

Here's the version that goes through Yahoo Pipes:
http://pipes.yahoo.com/pipes/pipe.run?_ ... render=rss

Hopefully there will be content in the second link. If no shows that I watch have aired recently, it may be empty. Currently there are two shows, Modern Family & Happy Endings, that are returned in the Pipes version.

Thanks again for all of the hard work you do on SABnzbd, and for taking the time to look into all of these minute items.

Re: NZBIndex feed not working

Posted: November 24th, 2011, 2:43 am
by shypike
Yahoo does produce a quite different XML file.
So it will never work like this.
I'll see what I can do.

Re: NZBIndex feed not working

Posted: November 26th, 2011, 6:11 am
by shypike
nzbindex.nl uses a very different field for the download NZB link than other sites
and SABnzbd contains specific code to handle this.
However this code is triggered when the feed URL contains 'nzbindex.nl'.
This means that a feed coming from yahoo will not be recognized as being a derivative nzbindex.nl feed.

I think I can fix this for release 0.6.11.

Re: NZBIndex feed not working

Posted: November 26th, 2011, 6:30 am
by RKM
Yes, I think we're on the same page.

There are two sites, NZBindex.nl (I believe the other may be NZBmatrix, I can't remember off hand). Both of those use a secondary link for the payload, rather than the conventional approach.

By looking for this unique metadata (in this case, the field containing the download link from NZBindex.nl), regardless of the URL being used, I was hoping it would resolve this.

Thank you again, very much, for looking into this and taking the time to add the feature!