mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-03 23:16:52 +00:00
test api push
This commit is contained in:
@@ -13,6 +13,6 @@ if __name__ == '__main__':
|
||||
result = requests.get(url)
|
||||
big = re.findall('<loc>(.*?)</loc>', result.content.decode('utf-8'), re.S)
|
||||
for i in big:
|
||||
print(i)
|
||||
# op_xml_txt = open('xml.txt', 'a')
|
||||
# op_xml_txt.write('%s\n' % i)
|
||||
# print(i)
|
||||
op_xml_txt = open('xml.txt', 'a')
|
||||
op_xml_txt.write('%s\n' % i)
|
||||
|
||||
Reference in New Issue
Block a user