projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b34ab5
)
Fix misspelling
author
stepshal
<nessento@openmailbox.org>
Sat, 25 Jun 2016 18:23:48 +0000
(
01:23
+0700)
committer
Sergey M․
<dstftw@gmail.com>
Sat, 25 Jun 2016 18:28:55 +0000
(
01:28
+0700)
youtube_dl/socks.py
patch
|
blob
|
history
diff --git
a/youtube_dl/socks.py
b/youtube_dl/socks.py
index fd49d74352c7d50e15956169f686c3ffbb107b5c..104807242bd3b0f35e0423faa096540be29d0a45 100644
(file)
--- 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 beca
su
e SOCKS server cannot connect to identd on the client',
+ 92: 'request rejected beca
us
e SOCKS server cannot connect to identd on the client',
93: 'request rejected because the client program and identd report different user-ids'
}