youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit ac499cb61c67ea1d654d1522b1b5a5d27f827147
parent 450d89ddc12d80a500a2429632d35a0045cf630b
Author: Sergey M <dstftw@gmail.com>
Date:   Sun, 14 Jun 2015 18:26:53 +0500

Merge pull request #5976 from SpEcHiDe/patch-1

spelling mistake corrected
Diffstat:
Myoutube_dl/YoutubeDL.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py @@ -119,7 +119,7 @@ class YoutubeDL(object): username: Username for authentication purposes. password: Password for authentication purposes. - videopassword: Password for acces a video. + videopassword: Password for accessing a video. usenetrc: Use netrc for authentication instead. verbose: Print additional info to stdout. quiet: Do not print messages to stdout.