coursera-dl / edx-dl

A simple tool to download video lectures from edx.org (and other openedx sites)
GNU Lesser General Public License v3.0
1.93k stars 639 forks source link

how can we change that? #666

Open karmelyoei opened 3 years ago

karmelyoei commented 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.

Worked for me. Thanks.

Originally posted by @MrSpenalzo in https://github.com/coursera-dl/edx-dl/issues/628#issuecomment-668349415

floviolleau commented 3 years ago

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!