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.
Can not download the video of tv.naver.com #21322
Comments
|
Network issue on your side. |
Latest version 2019.05.20
Can not download the video of naver.com
following is the console output:
~ helloman $ youtube-dl --verbose -F https://tv.naver.com/v/8496016
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'--verbose', u'-F', u'https://tv.naver.com/v/2634844']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.05.20
[debug] Python version 2.7.15 (CPython) - Darwin-18.5.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 3.2, ffprobe 3.2, rtmpdump 2.4
[debug] Proxy map: {}
[Naver] 2634844: Downloading webpage
[Naver] 2634844: Downloading JSON metadata
ERROR: Unable to download JSON metadata: [Errno 54] Connection reset by peer (caused by error(54, 'Connection reset by peer')); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
File "/usr/helloman/bin/youtube-dl/youtube_dl/extractor/common.py", line 626, in _request_webpage
return self._downloader.urlopen(url_or_request)
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2227, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
File "/Users/helloman/miniconda2/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
File "/Users/helloman/miniconda2/lib/python2.7/urllib2.py", line 447, in _open
'_open', req)
File "/Users/helloman/miniconda2/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 984, in http_open
req)
File "/Users/helloman/miniconda2/lib/python2.7/urllib2.py", line 1201, in do_open
r = h.getresponse(buffering=True)
File "/Users/helloman/miniconda2/lib/python2.7/httplib.py", line 1121, in getresponse
response.begin()
File "/Users/helloman/miniconda2/lib/python2.7/httplib.py", line 438, in begin
version, status, reason = self._read_status()
File "/Users/helloman/miniconda2/lib/python2.7/httplib.py", line 394, in _read_status
line = self.fp.readline(_MAXLINE + 1)
File "/Users/helloman/miniconda2/lib/python2.7/socket.py", line 480, in readline
data = self._sock.recv(self._rbufsize)