raffaem / cs-dlp

Script for downloading Coursera.org videos and naming them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[SOLVED] `--username` and `--password` arguments not recognized!

zenny opened this issue · comments

commented

Hi,

I tried to run with coursera-dl.conf file that contained:

--username registered@coursera.com
--password passw0rd
--subtitle-language en
--video-resolution 720p
--download-quizzes True
--download-notebooks True
--cauth COOKIEfromBrowser

But when I run:

cs-dlp --resume --path=./courses coursename

It dies claiming the --username and --password arguments are invalid:

cs-dlp: error: unrecognized arguments: --username=registered@coursera.com --password=passw0rd

Or did I do something wrong?

commented

Hi,

Actually the cs-dlp seems not to require --username and --password arguments and completely based on the --cauth. I removed the --username and --password arguments and the download worked. Thanks @raffaem