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]: Playlist download fails. #26259

Closed
RandomContributor opened this issue Aug 6, 2020 · 4 comments
Closed

[YouTube]: Playlist download fails. #26259

RandomContributor opened this issue Aug 6, 2020 · 4 comments

Comments

@RandomContributor
Copy link

@RandomContributor RandomContributor commented Aug 6, 2020

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2020.07.28
  • 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
  • I've searched the bugtracker for similar issues including closed ones

Verbose log

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u"-vcif'251/bestaudio/best'", u'https://www.youtube.com/playlist?list=PL9JuFiYPkN3kOw5BDfWQ6bqI8jo9R7Odp']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.03.24
[debug] Python version 2.7.17 (CPython) - Linux-5.4.0-42-generic-x86_64-with-Ubuntu-18.04-bionic
[debug] exe versions: ffmpeg 3.4.8, ffprobe 3.4.8, phantomjs 2.1.1, rtmpdump 2.4
[debug] Proxy map: {}
[youtube:playlist] PL9JuFiYPkN3kOw5BDfWQ6bqI8jo9R7Odp: Downloading webpage
[download] Downloading playlist: Good Chiptune
[youtube:playlist] PL9JuFiYPkN3kOw5BDfWQ6bqI8jo9R7Odp: Downloading page #1
ERROR: u'content_html'
Traceback (most recent call last):
  File "../youtube-dl/youtube_dl/YoutubeDL.py", line 808, in extract_info
    return self.process_ie_result(ie_result, download, extra_info)
  File "../youtube-dl/youtube_dl/YoutubeDL.py", line 969, in process_ie_result
    ie_entries, playliststart, playlistend))
  File "../youtube-dl/youtube_dl/extractor/youtube.py", line 313, in _entries
    content_html = more['content_html']
KeyError: u'content_html'

Description

Playlist download fails.

@RandomContributor
Copy link
Author

@RandomContributor RandomContributor commented Aug 6, 2020

Nevermind, I just realized my stupidity.

@moom0o
Copy link

@moom0o moom0o commented Aug 8, 2020

Please tell us how you fixed it...

@redpiller
Copy link

@redpiller redpiller commented Aug 30, 2020

How did you fixed it ???
because i'm trying to download all videos from a certain channel @ youtube and i get:
ERROR: u'content_html' all the time and none of the videos is getting downloaded

@itsnotmyfault1
Copy link

@itsnotmyfault1 itsnotmyfault1 commented Oct 13, 2020

The way I fixed it was after looking at #25768 I added the

--playlist-start 1 --playlist-end 50

flags, and it started downloading properly. When that batch is done I'll just do

--playlist-start 51 --playlist-end 100

As a side note, I am running 2020.03.24 because that is what is in the Ubuntu PPA. This problem may have been fixed in more current versions.

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