We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For: The.Red.Line.S01E01.HDTV.x264-KILLERS.mkv GuessIt found: { "title": "The Red", "other": "Line Audio", "season": 1, "episode": 1, "source": "HDTV", "video_codec": "H.264", "release_group": "KILLERS", "container": "mkv", "mimetype": "video/x-matroska", "type": "episode" }
The text was updated successfully, but these errors were encountered:
You could pass expect_title as an option?
>>> import json >>> import guessit >>> print( ... json.dumps( ... guessit.guessit( ... 'The.Red.Line.S01E01.HDTV.x264-KILLERS.mkv', ... options={'expected_title': ['The Red Line']} ... ), ... indent=4 ... ) ... ) { "title": "The Red Line", "season": 1, "episode": 1, "source": "HDTV", "video_codec": "H.264", "release_group": "KILLERS", "container": "mkv", "mimetype": "video/x-matroska", "type": "episode" }
guessit The.Red.Line.S01E01.HDTV.x264-KILLERS.mkv -T "The Red Line"
GuessIt found: { "title": "The Red Line", "season": 1, "episode": 1, "source": "HDTV", "video_codec": "H.264", "release_group": "KILLERS", "container": "mkv", "mimetype": "video/x-matroska", "type": "episode" }
Sorry, something went wrong.
0e41d2a
Thanks for reporting ! This kind of issue really help to make guessit better, it's fixed in develop branch.
No branches or pull requests
The text was updated successfully, but these errors were encountered: