You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2022. It is now read-only.
问题描述:运行master分支代码出错: Traceback (most recent call last): File "mooc.py", line 87, in <module> main() File "mooc.py", line 61, in main from mooc import icourse163 File "D:\Git\course-crawler\mooc\icourse163.py", line 214, in <module> get_resource(course_info[0]) NameError: name 'course_info' is not defined
按照issues19提供的意见,修改了icourse163.py文件的一行之后,程序能够顺利解析该课程的下载地址。但是我将下载地址导入到迅雷、IDM、百度云,都无法下载。可能直链解析程序需要升级了,报告此问题,烦请抽空修复。
The text was updated successfully, but these errors were encountered:
解析得到的中国大学MOOC下载地址无效
网站:中国大学MOOC
课程地址:https://www.icourse163.org/course/USTC-9002?tid=1003097001
问题描述:运行master分支代码出错:
Traceback (most recent call last): File "mooc.py", line 87, in <module> main() File "mooc.py", line 61, in main from mooc import icourse163 File "D:\Git\course-crawler\mooc\icourse163.py", line 214, in <module> get_resource(course_info[0]) NameError: name 'course_info' is not defined
按照issues19提供的意见,修改了icourse163.py文件的一行之后,程序能够顺利解析该课程的下载地址。但是我将下载地址导入到迅雷、IDM、百度云,都无法下载。可能直链解析程序需要升级了,报告此问题,烦请抽空修复。
The text was updated successfully, but these errors were encountered: