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
816 stars 92 forks source link

Wrong guess of release group as streaming service #651

Open duramato opened 4 years ago

duramato commented 4 years ago

It seems it's taking the CN out of CNHD from the release group and guessing as cartoon network.

For: American.Dad.S16E10.German.DL.DUBBED.720p.WebHD.x264-CNHD
GuessIt found: {
    "title": "American Dad",
    "season": 16,
    "episode": 10,
    "language": [
        "German",
        "Multiple languages"
    ],
    "screen_size": "720p",
    "source": "Web",
    "video_codec": "H.264",
    "streaming_service": "Cartoon Network",
    "other": "HD",
    "type": "episode"
}
$ guessit --version
+-------------------------------------------------------+
+                   GuessIt 3.1.1                       +
+-------------------------------------------------------+
+                   Rebulk 2.0.0                        +
+-------------------------------------------------------+
|      Please report any bug or feature request at      |
|     https://github.com/guessit-io/guessit/issues.     |
+-------------------------------------------------------+