mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-08 17:08:35 +08:00
fix haidan
This commit is contained in:
@@ -85,7 +85,7 @@ class HaiDanSpider:
|
|||||||
categories = self._movie_category
|
categories = self._movie_category
|
||||||
|
|
||||||
# 搜索类型
|
# 搜索类型
|
||||||
if keyword.startswith('tt'):
|
if keyword and keyword.startswith('tt'):
|
||||||
search_area = '4'
|
search_area = '4'
|
||||||
else:
|
else:
|
||||||
search_area = '0'
|
search_area = '0'
|
||||||
|
|||||||
Reference in New Issue
Block a user