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

[yggtorrent] movie search is no longer working #12100

Closed
almottier opened this issue Jul 29, 2021 · 14 comments
Closed

[yggtorrent] movie search is no longer working #12100

almottier opened this issue Jul 29, 2021 · 14 comments

Comments

@almottier
Copy link

Description

With Jacket v0.18.502:

Torznab search in YGGtorrent for Man from Earth 2007 => Found 0 release

With Jackett v0.18.481:

Torznab search in YGGtorrent for Man from Earth 2007 => Found 18 releases

I think the MR #12084 introduced a bug searching for movies with Radarr as it always ends with movies' year.

The regex is wrong and should be fixed.

@ilike2burnthing
Copy link
Contributor

ilike2burnthing commented Jul 29, 2021

@abdel-m Quick fix is:
change ["(.*)(\\.| |\\-)(\\d{2,3})(.*)", "$1 E$3 $4"]
to ["(.*)(\\.| |\\-)(\\d{2,3})(\\.| |\\-)(.*)", "$1 E$3 $5"]

I'd prefer this was rolled into the enhancedAnime config option instead though if you're up for trying that.
[edit] correct the regex

@damien2405
Copy link

Hello, ive the same problem. Where Can i change thé settings ? Thanks !

@garfield69
Copy link
Contributor

garfield69 commented Jul 29, 2021

@damien2405 if you want to apply the fix for yourself rather than wait for another 9 hours when we will publish the fix officially, then do the following:

  1. shut down the Jackett service
  2. edit the yggtorrent.yml (or yggcookie.yml) file with a plain text editor
    its in the C:\ProgramData\Jackett\Definitions folder for windows10, or usually /opt/Jackett/Definitions on linux
  3. replace line 216 for yggtorrent (or replace line 208 for yggcookie) with
      args: ["(.*)(\\.| |\\-)(\\d{2,3})(\\.| |\\-)(.*)", "$1 E$3 $5"]
  1. startup jackett.

[edit] added definitions locations

@damien2405
Copy link

damien2405 commented Jul 29, 2021

Hi ! @garfield69 If i need to wait few hours, then, no problem !

Nice work, and have a nice day !

EDIT: That sad, i've tried, just for fun, your little fix, but didn't work :(

So i will wait your fix :)

@garfield69
Copy link
Contributor

v0.18.505

@damien2405
Copy link

damien2405 commented Jul 30, 2021

Hello, @garfield69

Update done. Same issue. Didnt work with the year.

@damien2405
Copy link

@almottier Work for u?

@garfield69
Copy link
Contributor

working for me.
image

@damien2405
Copy link

image

See ? With the same movie ? that weird

@ilike2burnthing
Copy link
Contributor

Open Jackett and scroll to the bottom to confirm it definitely says v0.18.505 - if not, you'll need to run the update again.

@almottier
Copy link
Author

@damien2405 yes it is working for me with v0.18.505, thanks @garfield69

@abdel-m
Copy link

abdel-m commented Aug 10, 2021

Thank you for the fix but what about anime search with ending by episode number ? Actually, it doesn't work with Boruto for exemple

EDIT : And what about this : args: ["(.*)(\.|\s|\-)(\d{2,3})$", "$1 E$3"] ? It seems working for me, i tried Animes and Movies

@ilike2burnthing ilike2burnthing self-assigned this Aug 10, 2021
@ilike2burnthing ilike2burnthing removed their assignment Aug 10, 2021
@garfield69
Copy link
Contributor

v0.18.537

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

No branches or pull requests

5 participants