更新 scraper.py

This commit is contained in:
jxxghp 2024-06-22 06:45:17 +08:00 committed by GitHub
parent 361e8dd65d
commit 3d6e1335f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -139,7 +139,7 @@ class TmdbScraper:
if self._force_nfo or not file_path.with_name("season.nfo").exists(): if self._force_nfo or not file_path.with_name("season.nfo").exists():
self.__gen_tv_season_nfo_file(seasoninfo=seasoninfo, self.__gen_tv_season_nfo_file(seasoninfo=seasoninfo,
season=meta.begin_season, season=meta.begin_season,
season_path=file_path.parent) season_path=file_path)
# TMDB季poster图片 # TMDB季poster图片
sea_seq = str(meta.begin_season).rjust(2, '0') sea_seq = str(meta.begin_season).rjust(2, '0')
if seasoninfo.get("poster_path"): if seasoninfo.get("poster_path"):