Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 704 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 704 Bytes

#麦子学院课程免费下载

#####测试环境: win7 x64 + PYTHON 2.7 #####Python 安装pip #####依赖包: requests pip install requests #####下载工具: 迅雷

##使用说明: ###迅雷安装位置 这里要注意:安装位置要一定是英文的路径,中文的失败 download_exe = r'D:\Thunder9.1.22.538\Program\Thunder.exe' ###视频储存位置 download_dir = ur'E:\maizi'

生成一个批处理文件

urls_bat = r'E:\maizi.bat' 此处为课程id列表(例如http://www.maiziedu.com/course/874)比如我现在要下载874和928的课程 course_id_list = [874, 928]

运行效果图