fix #1296
This commit is contained in:
parent
8236d6c8d7
commit
d89c80ac89
@ -270,7 +270,7 @@ class MetaVideo(MetaBase):
|
|||||||
self.tokens.get_next()
|
self.tokens.get_next()
|
||||||
self._last_token_type = "part"
|
self._last_token_type = "part"
|
||||||
self._continue_flag = False
|
self._continue_flag = False
|
||||||
self._stop_name_flag = False
|
# self._stop_name_flag = False
|
||||||
|
|
||||||
def __init_year(self, token: str):
|
def __init_year(self, token: str):
|
||||||
if not self.name:
|
if not self.name:
|
||||||
|
@ -43,7 +43,7 @@ class IndexerModule(_ModuleBase):
|
|||||||
# 确认搜索的名字
|
# 确认搜索的名字
|
||||||
if not keywords:
|
if not keywords:
|
||||||
# 浏览种子页
|
# 浏览种子页
|
||||||
keywords = [None]
|
keywords = ['']
|
||||||
|
|
||||||
# 开始索引
|
# 开始索引
|
||||||
result_array = []
|
result_array = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user