Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new indexer - WtFnZb - Custom! #275

Closed
wtfnzb opened this issue Dec 29, 2018 · 13 comments
Closed

Add new indexer - WtFnZb - Custom! #275

wtfnzb opened this issue Dec 29, 2018 · 13 comments

Comments

@wtfnzb
Copy link

wtfnzb commented Dec 29, 2018

RSS/API is accessed via apache auth, so there would be needed some workaround for it.

AUTHENTICATED Accessing RSS via browser:
https://USER:PASS@wtfnzb.pw/user/rss.php?code=PRIVATECODE&user=USER&cat=MP3

NZBHydra2 returned 401: Unauthorized

RSS Sample output:

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>WtF[nZb]</title>
<link>https://wtfnzb.pw/</link>
<description>WtF[nZb]</description>
<language>en-us</language>
<copyright>NoCopyLeft</copyright>
<atom:link href="http://wtfnzb.pw/" rel="self" type="application/rss+xml" />
<item>
<title>Duke_Demont_-_Club_FG-SAT-12-29-2018-TALiON_[aae5e0591]</title>
<link>https://wtfnzb.pw/user/dl.php?nzb=Duke_Demont_-_Club_FG-SAT-12-29-2018-TALiON_[aae5e0591]&amp;date=/2018/12/29/&amp;code=PRIVATECODE&amp;user=USER</link>
<pubDate>December 29 2018, 11:26:35</pubDate>
</item>
</channel>
</rss>
@theotherp
Copy link
Owner

theotherp commented Dec 29, 2018 via email

@Kurisutian
Copy link

AFAIK it does support RSS with Search. Should look like this: https://wtfnzb.pw/user/rss.php?code=PRIVATECODE&user=USER&search=SOMETHING

@savahu
Copy link

savahu commented Mar 21, 2019

It also seems to have an API at https://wtfnzb.pw/user/api.php?code=[PRIVATECODE]&user=[USERNAME]

@anonvoy
Copy link

anonvoy commented Apr 22, 2019

SABnzbd says the search RSS feeds from this site are not XML and won't accept them.

@albino1
Copy link

albino1 commented Apr 22, 2019

Even with RSS every NZB I tried failed as password protected.

@wtfnzb
Copy link
Author

wtfnzb commented Apr 23, 2019

Its apache auth for BETA aka wtfnzb.pw :)

https://0ccec98d8962a17294688363537bfe2e.wtfnzb.pw/ - is GAMMA and does not have apache auth, RSS/API works 100%

@robson90
Copy link

robson90 commented Jul 1, 2024

any update on this?

@theotherp
Copy link
Owner

I don't have an account and it's invite only. I have no way of testing it.

@theotherp
Copy link
Owner

Their API is shit. The URL format doesn't follow the standard. I tried implementing it but got a 403 when trying to download the NZB via hydra (while the same download URL works in my browser).

According to their admin posts in the forum they don't care and, I quote, "dont support *arr tools, and probably never will." so I don't really see why I should invest any time in supporting an indexer which goes out of their way to be as complicated to use as possible.

@robson90
Copy link

I saw the same post on the forum. I see your point.

Thank you very much for the clarification 🥲

@theotherp
Copy link
Owner

FWIW I got it mostly working. Then it stopped working later and I'm still trying to find out way. I think they're explicitly blocking requests from hydra using the user agent. Using the user agent of a browser seems to work. I'll test some more and may release it as a "use on your own risk" type of feature.

They also do not support paging, NFOs, extended attributes or mapping of shows / movies and therefore no searches by ID.

@ne0ark
Copy link

ne0ark commented Jul 19, 2024

It seems like I can't add it radarr or sonarr. Is search only supported?

@theotherp
Copy link
Owner

You need to enable query generation.

As mentioned in the release notes the indexer does not support ID based searches so hydra will need to generate regular searches. The indexer is just shit :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants