feat:单独设置刮削图片语言 #4245

This commit is contained in:
jxxghp
2025-05-10 20:43:00 +08:00
parent 27ee13bb7e
commit 4b88ec6460
4 changed files with 32 additions and 13 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class TheMovieDbModule(_ModuleBase):
self.cache = TmdbCache()
self.tmdb = TmdbApi()
self.category = CategoryHelper()
self.scraper = TmdbScraper(self.tmdb)
self.scraper = TmdbScraper()
@staticmethod
def get_name() -> str: