Foair / course-crawler

🎓 中国大学MOOC、学堂在线、网易云课堂、好大学在线、爱课程 MOOC 课程下载。
https://mooc.xoy.io
MIT License
774 stars 196 forks source link

执行mooc.py报错 #30

Closed fatinghenji closed 5 years ago

fatinghenji commented 5 years ago

执行mooc.py报错

网站:中国大学MOOC

课程地址:https://www.icourse163.org/course/SEU-1001752363

问题描述: 执行python mooc.py https://www.icourse163.org/course/SEU-1001752363报错 报错如下: Traceback (most recent call last): File "mooc.py", line 87, in main() File "mooc.py", line 61, in main from mooc import icourse163 File "D:\中国大学mooc\course-crawler-master\mooc\icourse163.py", line 7, in CANDY = Crawler() File "D:\中国大学mooc\course-crawler-master\mooc\utils.py", line 211, in init super().init() TypeError: super() takes at least 1 argument (0 given)

SigureMo commented 5 years ago

不支持 python2 的 , 请使用 python3

LML-566 commented 5 years ago

不支持 python2 的 , 请使用 python3

win10 python3.6 同样出现了此问题,望告知