nzblnk / nzb-monkey

Reference implementation of how to handle a NZBLNK-URI.
https://nzblnk.github.io/nzb-monkey/
MIT License
76 stars 30 forks source link

Stopped working for NZBIndex.com and Binsearch.info #51

Open sPaCeMoNk3yIam opened 3 weeks ago

sPaCeMoNk3yIam commented 3 weeks ago

Since a few weeks nzblnk doesn't pick up search results from NZBIndex.com and Binsearch.info for me. NZBKing.com continues to work. A good example are the links on SecretBinaries.

2rpi commented 2 weeks ago

I was able to quickly fix nzbindex but not binsearch download. https://github.com/nzblnk/nzb-monkey/pull/53

macearl commented 2 weeks ago

Try @tensai75's PR: https://github.com/nzblnk/nzb-monkey/pull/52

It should fix the issues with the indexed sites.

Alternatively try running his Go Variant of nzb monkey which is still actively maintained and has a few other features: https://github.com/Tensai75/nzb-monkey-go

2rpi commented 2 weeks ago

I did not check existing PR's. I closed mine. Thanks.