Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Redtube videos - connection reset by the peer #2635
Comments
|
Maybe we should clarify that this is a network error. Since download works fine for me from both the US and Germany, this error is almost certainly either
|
|
I am using an updated Ubuntu 13.10. [130]abhishek@abhishek-asus:~ > youtube-dl --verbose http://www.redtube.com/298457 |
|
Reinstalling will not do anything. Your first post indicated this to be a network problem. Your second post shows a different error. Can you reproduce it with the current version of youtube-dl? To update, please type
and then post the output you get for
|
|
Your solution worked. Thanks a lot for taking the trouble to give me the solution. |
|
For my case I have to use curl with -L to folllow the redirection sudo curl https://yt-dl.org/latest/youtube-dl -L -o /usr/local/bin/youtube-dl |
|
Seems @abhishekbarua's problem is already solved. Closing. @baishi The installation guide is already updated. |
1]abhishek@abhishek-asus:~ > youtube-dl --verbose http://www.redtube.com/298457
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.redtube.com/298457']
[debug] youtube-dl version 2013.08.29
[debug] Python version 2.7.5+ - Linux-3.11.0-12-generic-x86_64-with-LinuxMint-16-petra
[debug] Proxy map: {}
[RedTube] 298457: Downloading webpage
ERROR: Unable to download webpage: [Errno 104] Connection reset by peer; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 133, in _request_webpage
return compat_urllib_request.urlopen(url_or_request)
File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1214, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1187, in do_open
r = h.getresponse(buffering=True)
File "/usr/lib/python2.7/httplib.py", line 1045, in getresponse
response.begin()
File "/usr/lib/python2.7/httplib.py", line 409, in begin
version, status, reason = self._read_status()
File "/usr/lib/python2.7/httplib.py", line 365, in _read_status
line = self.fp.readline(_MAXLINE + 1)
File "/usr/lib/python2.7/socket.py", line 476, in readline
data = self._sock.recv(self._rbufsize)