This commit is contained in:
jxxghp 2024-01-11 16:35:51 +08:00
parent 8236d6c8d7
commit d89c80ac89
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -43,7 +43,7 @@ class IndexerModule(_ModuleBase):
# 确认搜索的名字 # 确认搜索的名字
if not keywords: if not keywords:
# 浏览种子页 # 浏览种子页
keywords = [None] keywords = ['']
# 开始索引 # 开始索引
result_array = [] result_array = []