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

can't download playlist on youtube anymore #23601

Closed
dewiweb opened this issue Jan 2, 2020 · 5 comments
Closed

can't download playlist on youtube anymore #23601

dewiweb opened this issue Jan 2, 2020 · 5 comments
Labels

Comments

@dewiweb
Copy link

@dewiweb dewiweb commented Jan 2, 2020

Checklist

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

Verbose log

PASTE VERBOSE LOG HERE
debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-f', 'bestaudio', '--extract-audio', '--add-metadata', '-i', '--yes-playlist', '-v', 'https://www.youtube.com/watch?list=PLx2e4CQWGcFLeLDOYUFcbtGMcjlc0rW_z']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.01.01
[debug] Python version 3.6.9 (CPython) - Linux-5.0.0-37-generic-x86_64-with-LinuxMint-19.3-tricia
[debug] exe versions: avconv 3.4.6, avprobe 3.4.6, ffmpeg 3.4.6, ffprobe 3.4.6
[debug] Proxy map: {}
[youtube:playlist] PLx2e4CQWGcFLeLDOYUFcbtGMcjlc0rW_z: Downloading webpage
[download] Downloading playlist: Best New Bongo Flava Songs 2019 - Hit Swahili Music Videos - Tanzania
[youtube:playlist] PLx2e4CQWGcFLeLDOYUFcbtGMcjlc0rW_z: Downloading page #1
ERROR: Unable to download JSON metadata: <urlopen error [Errno 111] Connection refused> (caused by URLError(ConnectionRefusedError(111, 'Connection refused'),))
  File "/usr/local/lib/python3.6/dist-packages/youtube_dl/extractor/common.py", line 627, in _request_webpage
    return self._downloader.urlopen(url_or_request)
  File "/usr/local/lib/python3.6/dist-packages/youtube_dl/YoutubeDL.py", line 2237, in urlopen
    return self._opener.open(req, timeout=self._socket_timeout)
  File "/usr/lib/python3.6/urllib/request.py", line 526, in open
    response = self._open(req, data)
  File "/usr/lib/python3.6/urllib/request.py", line 544, in _open
    '_open', req)
  File "/usr/lib/python3.6/urllib/request.py", line 504, in _call_chain
    result = func(*args)
  File "/usr/local/lib/python3.6/dist-packages/youtube_dl/utils.py", line 2728, in https_open
    req, **kwargs)
  File "/usr/lib/python3.6/urllib/request.py", line 1320, in do_open
    raise URLError(err)



## Description

<!--
Provide an explanation of your issue in an arbitrary form. Please make sure the description is worded well enough to be understood, see https://github.com/ytdl-org/youtube-dl#is-the-description-of-the-issue-itself-sufficient. Provide any additional information, suggested solution and as much context and examples as possible.
If work on your issue requires account credentials please provide them or explain how one can obtain them.
-->

WRITE DESCRIPTION HERE
Since few days, I'm not able to download playlists on youtube.
Error message is:
ERROR: Unable to download JSON metadata: <urlopen error [Errno 111] Connection refused> (caused by URLError(ConnectionRefusedError(111, 'Connection refused'),))
I'd tested on my config (linuxmint tricia) and on a manjaro vbox machine but the result is the same...
@mithem
Copy link

@mithem mithem commented Jan 2, 2020

I cannot reproduce on version 2020.01.01, macOS 10.15.2 and python 3.7.4 with the same url and cli-args. For me, it gave me a certificate error which you can fix with --no-check-certificate.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Jan 2, 2020

Network issue on your side.

@dstftw dstftw closed this Jan 2, 2020
@dstftw dstftw added the invalid label Jan 2, 2020
@dewiweb
Copy link
Author

@dewiweb dewiweb commented Jan 2, 2020

really strange because I'm able to download with mps-youtube...

@dewiweb
Copy link
Author

@dewiweb dewiweb commented Jan 2, 2020

and why this affects only playlist?

@dewiweb
Copy link
Author

@dewiweb dewiweb commented Jan 2, 2020

Network issue on your side.
really strange because I'm able to download with mps-youtube...
and why this affects only playlist?

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
3 participants
You can’t perform that action at this time.