youtube-dl

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

commit a2406fce3c657af116f95c5e9b965315aa23cd95
parent 3b34ab538c5bc67be18df8376c25f433ea1ff92b
Author: stepshal <nessento@openmailbox.org>
Date:   Sun, 26 Jun 2016 01:23:48 +0700

Fix misspelling

Diffstat:
Myoutube_dl/socks.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/youtube_dl/socks.py b/youtube_dl/socks.py @@ -76,7 +76,7 @@ class Socks4Error(ProxyError): CODES = { 91: 'request rejected or failed', - 92: 'request rejected becasue SOCKS server cannot connect to identd on the client', + 92: 'request rejected because SOCKS server cannot connect to identd on the client', 93: 'request rejected because the client program and identd report different user-ids' }