修改get_url

This commit is contained in:
zeek 2020-03-22 13:51:59 +08:00
parent a694a3eb39
commit 2967957ab8
1 changed files with 6 additions and 1 deletions

View File

@ -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'
]