fix season scraper

This commit is contained in:
jxxghp 2023-06-16 13:31:32 +08:00
parent 8948cb09a0
commit 5b9c540c3c

View File

@ -267,7 +267,7 @@ class TheMovieDbModule(_ModuleBase):
f"{str(meta.begin_season).rjust(2, '0')}-") \
+ Path(attr_value).suffix
self.__save_image(url=attr_value,
file_path=file_path.parent.with_name(image_name))
file_path=file_path.parent.with_name(f"season{image_name}"))
# 查询集详情
episodeinfo = __get_episode_detail(seasoninfo, meta.begin_episode)
if episodeinfo: