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

SubsPlus+ group not parsed correctly #757

Open
mrnoname1000 opened this issue Nov 28, 2023 · 0 comments
Open

SubsPlus+ group not parsed correctly #757

mrnoname1000 opened this issue Nov 28, 2023 · 0 comments

Comments

@mrnoname1000
Copy link

The SubsPlus+ group isn't recognized by guessit, it instead assumes the end of the filename is the group.

Examples:

For: [SubsPlus+] Helck - S01E01 (WEB 1080p HIDIVE)
GuessIt found: {
    "title": "Helck",
    "season": 1,
    "episode": 1,
    "source": "Web",
    "screen_size": "1080p",
    "release_group": "HIDIVE",
    "type": "episode"
}
For: [SubsPlus+] Spy Classroom - S02E01 (WEB 1080p ADN) (Spy Kyoushitsu)
GuessIt found: {
    "title": "Spy Classroom",
    "season": 2,
    "episode": 1,
    "source": "Web",
    "screen_size": "1080p",
    "release_group": "ADN) (Spy Kyoushitsu)",
    "type": "episode"
}

Guessit version: 3.7.1

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

1 participant