fix haidan

This commit is contained in:
jxxghp
2025-08-28 09:36:19 +08:00
parent a3b222574e
commit a038b698d7

View File

@@ -85,7 +85,7 @@ class HaiDanSpider:
categories = self._movie_category
# 搜索类型
if keyword.startswith('tt'):
if keyword and keyword.startswith('tt'):
search_area = '4'
else:
search_area = '0'