mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
fix file name
This commit is contained in:
@@ -14,5 +14,5 @@ if __name__ == '__main__':
|
||||
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 = open('urls.txt', 'a')
|
||||
op_xml_txt.write('%s\n' % i)
|
||||
|
||||
Reference in New Issue
Block a user