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 640 forks source link

Password parsing issue #557

Open datocrats-org opened 5 years ago

datocrats-org commented 5 years ago

Subject of the issue

I am sending a request edx-dl -u test@user.com -p password!3 https://courses.edx.org/courses/course-v1:LinuxFoundationX+LFS171x+2T2019/course/

I am receiving git config appended to the password

edx-dl -u test@user.com -p passwordgit config --unset core.autocrlf https://courses.edx.org/courses/course-v1:LinuxFoundationX+LFS171x+2T2019/course/ 
[ help ]
edx-dl: error: unrecognized arguments: --unset core.autocrlf https://courses.edx.org/courses/course-v1:LinuxFoundationX+LFS171x+2T2019/course/

Your environment

Steps to reproduce

See above

Expected behaviour

I would not need to change my password to remove the !3 at the end

Actual behaviour

I had to change my password to get it to work

floviolleau commented 4 years ago

Hi,

Matybe put your password into "?

Kind regards