youtube channel page downloads broken
See original GitHub issueChecklist
- I’m reporting a broken site support issue
- I’ve verified that I’m running youtube-dlc version 2020.10.31
- 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 bug reports including closed ones
- I’ve read bugs section in FAQ
Verbose log
youtube-dlc.exe --ignore-config -i -o "%(uploader)s (%(uploader_id)s)/%(upload_date)s - %(title)s - (%(duration)ss) [%(resolution)s] [%(id)s].%(ext)s" --prefer-ffmpeg --merge-output-format mkv --write-sub --all-subs --convert-subs srt --add-metadata --write-description --write-annotations --write-all-thumbnails --write-info-json --cookies youtube-cookies.txt -v --proxy "" https://www.youtube.com/channel/UC7qPftDWPw9XuExpSgfkmJQ
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['--ignore-config', '-i', '-o', '%(uploader)s (%(uploader_id)s)/%(upload_date)s - %(title)s - (%(duration)ss) [%(resolution)s] [%(id)s].%(ext)s', '--prefer-ffmpeg', '--merge-output-format', 'mkv', '--write-sub', '--all-subs', '--convert-subs', 'srt', '--add-metadata', '--write-description', '--write-annotations', '--write-all-thumbnails', '--write-info-json', '--cookies', 'youtube-cookies.txt', '-v', '--proxy', '', 'https://www.youtube.com/channel/UC7qPftDWPw9XuExpSgfkmJQ']
[debug] Loading archive file None
[debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252
[debug] youtube-dlc version 2020.11.07
[debug] Python version 3.9.0 (CPython) - Windows-10-10.0.19041-SP0
[debug] exe versions: ffmpeg git-2020-04-24-a501947, ffprobe git-2020-04-24-a501947
[debug] Proxy map: {}
[youtube:channel] UC7qPftDWPw9XuExpSgfkmJQ: Downloading channel page
[youtube:playlist] UU7qPftDWPw9XuExpSgfkmJQ: Downloading webpage
[download] Downloading playlist: UU7qPftDWPw9XuExpSgfkmJQ
[youtube:playlist] playlist UU7qPftDWPw9XuExpSgfkmJQ: Downloading 0 videos
[download] Finished downloading playlist: UU7qPftDWPw9XuExpSgfkmJQ
Description
youtube playlist downloads seem to have broken sometime within the last few hours. it was working earlier this morning, now all playlists result in “0 videos” from youtube-dlc. presumably youtube made a schema change which broke youtube-dlc.
Individual video downloads still work, for example this works perfectly:
youtube-dlc.exe --ignore-config -i -o “%(uploader)s (%(uploader_id)s)/%(upload_date)s - %(title)s - (%(duration)ss) [%(resolution)s] [%(id)s].%(ext)s” --prefer-ffmpeg --merge-output-format mkv --write-sub --all-subs --convert-subs srt --add-metadata --write-description --write-annotations --write-all-thumbnails --write-info-json --cookies youtube-cookies.txt -v --proxy “” https://www.youtube.com/watch?v=SXGAiTjFiMA
Issue Analytics
- State:
- Created 3 years ago
- Reactions:10
- Comments:29 (12 by maintainers)
Top Results From Across the Web
[Problem Solved!] Can't Download YouTube Videos Anymore
# Fix 1: Use MiniTool uTube Downloader ... If you can't download videos from YouTube via YouTube Premium, you can consider using a...
Read more >Fix YouTube Not Showing Download Option Problem Solved
The content on this channel does not intend to mislead the viewers. We are not liable for the content and services provided on...
Read more >I can't download videos - Android - YouTube Help
I can't download videos · Check that you're signed into YouTube Premium · Check that your membership hasn't expired · Check YouTube Premium...
Read more >9 Fixes for YouTube Offline Downloads Not Working or Playing
This guide shows 9 MUST TRY FIXES when YouTube isn't working offline, or your downloads or downloaded videos aren't playing?
Read more >Why YouTube Suddenly Won't Download - Azcentral
Websites often use cookies and cached data to remember personal settings and speed up the time it takes to load pages. If YouTube...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Expect a release with a patch for this coming today (anything between 1-10 hrs depending on when I got time). Python version will be fixed then as well as win xp support is back then.
It would appear that youtube has disabled the “disable_polymer” feature that the YT extractor requires,
When visiting a playlist with the flag set, I now get unknown param
I can see the extractor is doing `
so that is my hunch