We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22308fd commit 21f92b5Copy full SHA for 21f92b5
pushUrl.py
@@ -19,8 +19,6 @@ def parse_stiemap(site):
19
try:
20
result = requests.get(site)
21
big = re.findall('<loc>(.*?)</loc>', result.content.decode('utf-8'), re.S)
22
- print('当前已有url:')
23
- print(list(big))
24
return list(big)
25
except:
26
print('请检查你的url是否有误。')
0 commit comments