dgorissen / coursera-dl

A script for downloading course material (video's, pdfs, quizzes, etc) from coursera.org
http://dirkgorissen.com/2012/09/07/coursera-dl-a-coursera-download-script/
GNU General Public License v3.0
1.74k stars 300 forks source link

'#' is ignored in passwords #82

Closed stkrzysiak closed 11 years ago

stkrzysiak commented 11 years ago

I had a password that ended in '#', and the script, instead of reading it as read it as . My current work around is remove #.

Make sense?

dgorissen commented 11 years ago

Are you sure the shell is not interpreting any special password characters? Put your pwd in double quotes and see if that helps.