stepshal
8 years ago
committed by
Sergey M․
No known key found for this signature in database
GPG Key ID: 2C393E0F18A9236D
1 changed files with
1 additions and
1 deletions
-
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' |
|
|
|
} |
|
|
|
|
|
|
|