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

Issue matching "6 Underground" #769

Open soredake opened 3 months ago

soredake commented 3 months ago
❯ guessit -i '.\6 Underground (2019)  [2160p x265 10bit S80 Joy].mkv'
For: .\6 Underground (2019)  [2160p x265 10bit S80 Joy].mkv
GuessIt found: {
    "title": "6 Underground",
    "year": 2019,
    "screen_size": "2160p",
    "video_codec": "H.265",
    "color_depth": "10-bit",
    "season": 80,
    "container": "mkv",
    "mimetype": "video/x-matroska",
    "type": "episode",
    "input_string": ".\\6 Underground (2019)  [2160p x265 10bit S80 Joy].mkv"
}