mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
实在没有获取到标题就返回None
This commit is contained in:
@@ -137,7 +137,7 @@ def get_title(markup):
|
|||||||
if len(text) <= 200:
|
if len(text) <= 200:
|
||||||
return text
|
return text
|
||||||
|
|
||||||
return ''
|
return 'None'
|
||||||
|
|
||||||
|
|
||||||
def request_callback(future, index, datas):
|
def request_callback(future, index, datas):
|
||||||
|
|||||||
Reference in New Issue
Block a user