增加显示总的url数目

This commit is contained in:
zeek 2020-03-22 22:00:26 +08:00
parent 63d48cab02
commit 22e7a42c15
1 changed files with 1 additions and 0 deletions

View File

@ -25,4 +25,5 @@ def create_xml(filename, url_list):
if __name__ == '__main__':
get_url.parser(get_url.url_mine_list, 0)
print('url size:', len(get_url.url_res_final))
create_xml('sitemap.xml', get_url.url_res_final)