更新 metavideo.py

This commit is contained in:
jxxghp
2025-08-08 10:19:21 +08:00
committed by GitHub
parent 8875a8f12c
commit e4e0605e92

View File

@@ -200,7 +200,7 @@ class MetaVideo(MetaBase):
name = re.sub(r'%s' % self._name_nostring_re, '', name,
flags=re.IGNORECASE).strip()
name = re.sub(r'\s+', ' ', name)
if name.isdigit() \
if name.isdecimal() \
and int(name) < 1800 \
and not self.year \
and not self.begin_season \