Merge pull request #1489 from WangEdward/main

This commit is contained in:
jxxghp 2024-02-17 19:47:11 +08:00 committed by GitHub
commit c8e63b6ae0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,7 +157,7 @@ class TorrentSpider:
search_mode = "0"
# 搜索URL
indexer_params = self.search.get("params") or {}
indexer_params = self.search.get("params", {}).copy()
if indexer_params:
search_area = indexer_params.get('search_area')
# search_area非0表示支持imdbid搜索