form1.cn
Make a little progress every day

我用Python爬了一套优质的Python视频教程

13th of September 2022 Python Code 272

 我用Python爬了一套优质的Python视频教程

import os
for num in range(3,170):
	url = 'https://www.bilibili.com/video/BV1wD4y1o7AS?p=' + str(num)
	print(url)
	os.system('you-get ' + url)

链接: https://pan.baidu.com/s/1duH1AEE4Pp7dhINbKDX2bQ 

提取码: 47g4