This repository has been archived by the owner on Jan 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 196
中国大学MOOC无法下载 #19
Comments
|
SigureMo
added a commit
to SigureMo/course-crawler
that referenced
this issue
Dec 13, 2018
SigureMo
added a commit
to SigureMo/course-crawler
that referenced
this issue
Dec 13, 2018
SigureMo
pushed a commit
to SigureMo/course-crawler
that referenced
this issue
Nov 11, 2019
SigureMo
added a commit
to SigureMo/course-crawler
that referenced
this issue
Nov 11, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
(错误简述)
网站:中国大学MOOC
课程地址:https://www.icourse163.org/course/NJUST-1001755037?tid=1003279008
问题描述:无法下载
D:\Program\course-crawler>python mooc.py https://www.icourse163.org/course/NJUST-1001755037?tid=1003279008 -d "G:\MOOCs"
计算机网络基础及应用 - 南京理工大学
第一单元 计算机网络导论(5个教学视频,5个学生自主实验视频,时长56’54‘‘)
1.1 计算机网络的定义及其发展(1个视频,时长10’26‘’)
【视频】计算机网络的定义及其发展——教学视频
【文档】计算机网络的定义及其发展——PPT
【富文本】计算机网络的定义及其发展——视频内容
Traceback (most recent call last):
File "mooc.py", line 87, in
main()
File "mooc.py", line 62, in main
icourse163.start(args.url, config)
File "D:\Program\course-crawler\mooc\icourse163.py", line 175, in start
get_resource(course_info[0])
File "D:\Program\course-crawler\mooc\icourse163.py", line 134, in get_resource
params = {'nosKey': re.search('nosKey":"(.+?)"', text[3]).group(1),
AttributeError: 'NoneType' object has no attribute 'group'
The text was updated successfully, but these errors were encountered: