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

Incorrect episode title identification with titles consisting of only numbers and hyphens #744

Open vevv opened 1 year ago

vevv commented 1 year ago

Example: Ted.Lasso.S03E03.4-5-1.1080p.ATVP.WEB-DL.DDP5.1.H.264-Group

For: Ted.Lasso.S03E03.4-5-1.1080p.ATVP.WEB-DL.DDP5.1.H.264-Group
GuessIt found: {
    "title": "Ted Lasso",
    "season": 3,
    "episode": [
        3,
        4,
        5
    ],
    "episode_title": "1",
    "screen_size": "1080p",
    "streaming_service": "AppleTV",
    "source": "Web",
    "audio_codec": "Dolby Digital Plus",
    "audio_channels": "5.1",
    "video_codec": "H.264",
    "release_group": "Group",
    "type": "episode"
}