pymedusa / Medusa

Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
https://pymedusa.com
GNU General Public License v3.0
1.8k stars 276 forks source link

Torrent never founded on Nyaa #4356

Closed FireBladeNooT closed 6 years ago

FireBladeNooT commented 6 years ago

Before submitting your issue:

Enable debug logging in Medusa settings, reproduce the error (be sure to disable after the bug is fixed)

Branch/Commit:Master OS:Linux (Synology) What you did: Search an anime What happened: torrent never founded What you expected: found torrent Logs:**

2018-06-12 21:40:41 DEBUG    SEARCHQUEUE-MANUAL-339203 :: [Nyaa] :: [ccbc0ce] Data returned from provider does not contain any confirmed torrents
2018-06-12 21:40:41 DEBUG    SEARCHQUEUE-MANUAL-339203 :: [Nyaa] :: [ccbc0ce] User-Agent: Medusa/0.1.23 (Linux; 3.2.40; cccf6370-6dec-11e8-81a4-00113235d6b6)
2018-06-12 21:40:41 DEBUG    SEARCHQUEUE-MANUAL-339203 :: [Nyaa] :: [ccbc0ce] GET URL: https://nyaa.si/?q=Captain+Tsubasa+2018+11&c=1_0&page=rss&f=2 [Status: 200]
2018-06-12 21:40:40 DEBUG    SEARCHQUEUE-MANUAL-339203 :: [Nyaa] :: [ccbc0ce] Search string: Captain Tsubasa 2018 11
2018-06-12 21:40:40 DEBUG    SEARCHQUEUE-MANUAL-339203 :: [Nyaa] :: [ccbc0ce] Searching only confirmed torrents
2018-06-12 21:40:40 DEBUG    SEARCHQUEUE-MANUAL-339203 :: [Nyaa] :: [ccbc0ce] Search mode: Episode
2018-06-12 21:40:40 INFO     SEARCHQUEUE-MANUAL-339203 :: [Nyaa] :: [ccbc0ce] Performing episode search for Captain Tsubasa (2018)

In URL we can see "f=2" which mean it search confirmed torrent, but as torrent as I'm looking for seams to be never confirmed, medusa never found my animes.

I try the same url with f=0 and f=1 and both works fine. Is it possible to choose it or at less reduce this level?

Thanks

FireBladeNooT commented 6 years ago

@sharkykh Please tell me if I made my request in wrong way?

sharkykh commented 6 years ago

Is it possible to choose it or at less reduce this level?

Yes: Config -> Search Providers -> Provider Options -> Nyaa

Disable that and save the config.

FireBladeNooT commented 6 years ago

Thanks for reply, it works fine ;)