Update zhihu.py
This commit is contained in:
parent
fc0bad88fc
commit
0ee11a4050
@ -29,7 +29,7 @@ for i0 in range(len(authors)):
|
|||||||
href = 'https:'+ href
|
href = 'https:'+ href
|
||||||
if href not in match_href:
|
if href not in match_href:
|
||||||
match_href.append(href)
|
match_href.append(href)
|
||||||
# 对链接进行排序并写入文件
|
# 对链接进行排序
|
||||||
numbers = []
|
numbers = []
|
||||||
match_href_new = []
|
match_href_new = []
|
||||||
for href in match_href:
|
for href in match_href:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user