From 96b0db304e620118e14c0525e4051024a1be5564 Mon Sep 17 00:00:00 2001 From: zeek <984294471@qq.com> Date: Sun, 22 Mar 2020 10:48:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=93=E5=8F=96=E8=84=9A=E6=9C=AC=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- get_url.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/get_url.py b/get_url.py index 31a11a3..ab5ac5f 100755 --- a/get_url.py +++ b/get_url.py @@ -95,6 +95,6 @@ def parser(url_arr, depth): parser(url_mine_list, 0) -print('parser result size:', len(url_res_final)) -for url in url_res_final: - print(url) +# print('parser result size:', len(url_res_final)) +# for url in url_res_final: +# print(url)