mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Remove language parsing from guessit (fix issues with shows like tenki no ko)
This commit is contained in:
parent
dc0f0df92f
commit
462aa44473
@ -73,7 +73,7 @@ class Scanner:
|
||||
if path in self.registered or self._ignore_pattern.match(path):
|
||||
return
|
||||
|
||||
raw = guessit(path, "--episode-prefer-number")
|
||||
raw = guessit(path, {"episode_prefer_number": True, "excludes": "language"})
|
||||
|
||||
if not "mimetype" in raw or not raw["mimetype"].startswith("video"):
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user