guessit-io / guessit

GuessIt is a python library that extracts as much information as possible from a video filename.
https://guessit-io.github.io/guessit
GNU Lesser General Public License v3.0
820 stars 92 forks source link

Wrong guess for "The Collector" #652

Open plotski opened 4 years ago

plotski commented 4 years ago

"Collector" is parsed as "Collector's Edition" and the title becomes "The".

$ guessit The.Collector.2009.720p.BluRay.DTS.x264-HDS
For: The.Collector.2009.720p.BluRay.DTS.x264-HDS
GuessIt found: {
    "title": "The",
    "edition": "Collector",
    "year": 2009,
    "screen_size": "720p",
    "source": "Blu-ray",
    "audio_codec": "DTS",
    "video_codec": "H.264",
    "release_group": "HDS",
    "type": "movie"
}
plotski commented 3 years ago

Adding "The Collector" to expected_title in options.json seems to fix this. Should I make a PR?