更新 scraper.py
This commit is contained in:
parent
361e8dd65d
commit
3d6e1335f8
@ -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"):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user