[Broken]YT playlist - collected 0 ids
See original GitHub issueChecklist
- I’m reporting a broken site support
- I’ve verified that I’m running youtube-dlc version 2020.10.26
- 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
ytdlc -v -F https://youtu.be/-gJaYKwreEc?list=RD-gJaYKwreEc
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: [u'-v', u'-F', u'https://youtu.be/-gJaYKwreEc?list=RD-gJaYKwreEc']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.09.20
[debug] Python version 2.7.16 (CPython) - Darwin-19.6.0-x86_64-i386-64bit
[debug] exe versions: none
[debug] Proxy map: {}
[youtube:playlist] Downloading playlist RD-gJaYKwreEc - add --no-playlist to just download video -gJaYKwreEc
[youtube:playlist] RD-gJaYKwreEc: Downloading page 1 of Youtube mix
[download] Downloading playlist: RD-gJaYKwreEc
[youtube:playlist] playlist RD-gJaYKwreEc: Collected 0 video ids (downloading 0 of them)
[download] Finished downloading playlist: RD-gJaYKwreEc
Description
test links: https://www.youtube.com/watch?v=-gJaYKwreEc&feature=youtu.be&list=RD-gJaYKwreEc
https://youtu.be/-gJaYKwreEc?list=RD-gJaYKwreEc
Tried some other playlists and they seem to be fine.
Assume this could be a formatting problem of the initial link. Opened that channel, navigated to playlists and took this link for that very same playlist wanted initially: https://www.youtube.com/watch?v=-gJaYKwreEc&list=PLF-k_OIEn_PMQ4bYJGD1Jx1OUAM7zwaEH It works. Please take a look and in case this is just a link formatting problem, just close this issue.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Youtube Mix Playlist: Collected 0 video ids #23087 - GitHub
Working inconsistently on some Youtube mix playlists (autogenerated by Youtube). OK: (normal playlist)
Read more >Playlists: list | YouTube Data API - Google Developers
Returns a collection of playlists that match the API request parameters. ... the id property specifies the playlist's YouTube playlist ID.
Read more >50 Best Heartbreak Songs to Get You Through a Hard Breakup
Anyone who has experienced a broken heart knows that sometimes the best medicine is the perfect playlist. Take some time to really settle...
Read more >Create & manage playlists - Computer - YouTube Help
A playlist is a collection of videos. ... If a video or channel's audience is "made for kids" and you're on a homepage,...
Read more >How do I use youtube api to generate playlist from IDs in bash?
txt | head -n50 to list 50 songs randomly then pipe to a playlist URL. I am OK with how to extract the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
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
No results found
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
great find, looks like
RDCM
is prefix for a channel mix rather than video mix,UCGZ0LgTmAJn9Banetdr_ZFg
andUCmvAV_za1KXGXSgC0o0v9DQ
are the channel idsI was looking at this code this morning. There is a weird situation where an error isn’t caught but it continues on as if everything is fine. Not sure what the story there is. Hopefully I can find some time today to look deeper.