jack 1 жил өмнө
parent
commit
cda7f78d81
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 3 0
      flaticon/flaticon.py

+ 3 - 0
flaticon/flaticon.py

@@ -44,7 +44,10 @@ else:
 def open_browser(target_urls):
     # all_data = {}
 
+    link_count = 1
     for target_url in target_urls:
+        print(f'开始获取 {target_url} 数据\n当前链接是第 {link_count} 个\n共 {len(target_urls)} 个链接')
+        link_count += 1
         pages = '/{}'
         urls = []
         title = ''  # 存放当前页面的title