Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Youtube-dl not downloading URL from youtube. Playable in browser. #21555

Closed
fabricobjects2020 opened this issue Jun 28, 2019 · 1 comment
Closed
Labels

Comments

@fabricobjects2020
Copy link

@fabricobjects2020 fabricobjects2020 commented Jun 28, 2019

Checklist

  • [X ] I'm reporting a broken site support
  • [ X] I've verified that I'm running youtube-dl version 2019.06.27
  • [X ] I've checked that all provided URLs are alive and playable in a browser
  • [X ] I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • [X ] I've searched the bugtracker for similar issues including closed ones

Verbose log

PASTE VERBOSE LOG HERE
[devops23@devops-wks-01 Videos]$ youtube-dl -f bestvideo+bestaudio -v  --external-downloader aria2c --external-downloader-args "-s 16 -j 16 -x 16 -k 5M" https://www.youtube.com/watch?v=MDS_cg9UDuI
[debug] System config: [u'--prefer-free-formats']
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-f', u'bestvideo+bestaudio', u'-v', u'--external-downloader', u'aria2c', u'--external-downloader-args', u'-s 16 -j 16 -x 16 -k 5M', u'https://www.youtube.com/watch?v=MDS_cg9UDuI']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2019.06.27
[debug] Python version 2.7.5 (CPython) - Linux-5.1.14-1.el7.elrepo.x86_64-x86_64-with-redhat-7.6-Nitrogen
[debug] exe versions: ffmpeg 3.4.6, ffprobe 3.4.6
[debug] Proxy map: {}
[youtube] MDS_cg9UDuI: Downloading webpage
ERROR: Unable to download webpage: <urlopen error [Errno 104] Connection reset by peer> (caused by URLError(error(104, 'Connection reset by peer'),))
  File "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 627, 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 "/usr/lib64/python2.7/urllib2.py", line 431, in open
    response = self._open(req, data)
  File "/usr/lib64/python2.7/urllib2.py", line 449, in _open
    '_open', req)
  File "/usr/lib64/python2.7/urllib2.py", line 409, in _call_chain
    result = func(*args)
  File "/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 1140, in https_open
    req, **kwargs)
  File "/usr/lib64/python2.7/urllib2.py", line 1214, in do_open
    raise URLError(err)

[devops23@devops-wks-01 Videos]$

Description

Playable video in the browser is not even accessible in youtube-dl:
https://www.youtube.com/watch?v=MDS_cg9UDuI

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jun 28, 2019

Network issue on your side.

@dstftw dstftw closed this Jun 28, 2019
@dstftw dstftw added the invalid label Jun 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.