From 2967957ab8a2c7fbca85d426cb73fa97088ecb91 Mon Sep 17 00:00:00 2001 From: zeek <984294471@qq.com> Date: Sun, 22 Mar 2020 13:51:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9get=5Furl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- get_url.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/get_url.py b/get_url.py index cc158dc..044e2d7 100755 --- a/get_url.py +++ b/get_url.py @@ -8,7 +8,12 @@ from bs4 import BeautifulSoup url_root = 'https://git.zeekling.cn' url_mine_list = [ 'https://git.zeekling.cn/', - 'https://git.zeekling.cn/zeekling' + 'https://git.zeekling.cn/zeekling', + 'https://git.zeekling.cn/deep-learn', + 'https://git.zeekling.cn/java', + 'https://git.zeekling.cn/python', + 'https://git.zeekling.cn/linux', + 'https://git.zeekling.cn/mirror' ]