From 5b9c540c3c62003a3caccf1c585e9a19f4adb71c Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 16 Jun 2023 13:31:32 +0800 Subject: [PATCH] fix season scraper --- app/modules/themoviedb/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/themoviedb/__init__.py b/app/modules/themoviedb/__init__.py index 6832875f..297527b7 100644 --- a/app/modules/themoviedb/__init__.py +++ b/app/modules/themoviedb/__init__.py @@ -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: