Open karmelyoei opened 3 years ago
I'm not an author of the tool, but you can fix it by changing line 425 of edx_dl.py which specifies the User-Agent attribute of the http request header. Change 'User-Agent': 'edX-downloader/0.01', to 'User-Agent': 'Mozilla/5.0', and it will work.
edx_dl.py
'User-Agent': 'edX-downloader/0.01',
'User-Agent': 'Mozilla/5.0',
Worked for me. Thanks.
Originally posted by @MrSpenalzo in https://github.com/coursera-dl/edx-dl/issues/628#issuecomment-668349415
Hi,
Sorry but nobody maintain this project anymore.
I have a PR pending since 20 apr 2020.
Someone started to wrote: https://github.com/rehmatworks/edx-downloader
Have look!
Worked for me. Thanks.
Originally posted by @MrSpenalzo in https://github.com/coursera-dl/edx-dl/issues/628#issuecomment-668349415