-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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 Music Mixes not downloading correctly #26509
Comments
That supposed fix (after patching youtube.py) does not work for me, with "https://m |
Doesn't work for me either. youtube-dl -i --audio-format=mp3 https://www.youtube.com/playlist?list=RDI85acNP2egM -vv Verbose Output: Playlist/mix works fine in a browser |
Experiencing the same issue: Command+Output: youtube-dl.exe -f bestaudio RDY1Bx0b0394M --verbose The issue is specifically with youtube-mixes, have not had an issue with other playlists so far. I noticed I am unable to visit the mix posted by W4lv1s, so I though maybe it's a session issue. So I have also tried using the cookies from the session where the mix was made but to no avail. (output below) youtube-dl.exe --cookies cookies.txt -f bestaudio RDY1Bx0b0394M --verbose |
This does not seem fixed, when I just tried the above again it failed.youtube-dl.exe -f bestaudio RDY1Bx0b0394M --verbose |
Checklist
Verbose log
youtube-dl -v --download-archive downloaded.txt -x --audio-format mp3 -o "%(artist)s/%(album)s/%(title)s.%(ext)s" "https://m
usic.youtube.com/playlist?list=RDCLAK5uy_kx0d2-VPr69KAkIQOTVFq04hCBsJE9LaI&feature=share&playnext=1"
[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '--download-archive', 'downloaded.txt', '-x', '--audio-format', 'mp3', '-o', '%(artist)s/%(album)s/%(title)s.%(ext)s', 'https://music.youtube.com/playlist
?list=RDCLAK5uy_kx0d2-VPr69KAkIQOTVFq04hCBsJE9LaI&feature=share&playnext=1']
[debug] Encodings: locale cp1252, fs utf-8, out utf-8, pref cp1252
[debug] youtube-dl version 2020.07.28
[debug] Python version 3.8.5 (CPython) - Windows-10-10.0.19041-SP0
[debug] exe versions: ffmpeg 4.3.1, ffprobe 4.3.1
[debug] Proxy map: {}
[youtube:playlist] RDCLAK5uy_kx0d2-VPr69KAkIQOTVFq04hCBsJE9LaI: Downloading page 1 of Youtube mix
[download] Downloading playlist: RDCLAK5uy_kx0d2-VPr69KAkIQOTVFq04hCBsJE9LaI
[youtube:playlist] playlist RDCLAK5uy_kx0d2-VPr69KAkIQOTVFq04hCBsJE9LaI: Collected 0 video ids (downloading 0 of them)
[download] Finished downloading playlist: RDCLAK5uy_kx0d2-VPr69KAkIQOTVFq04hCBsJE9LaI
Description
When I try to download a mix from youtube music, youtube-dl finds no videos. The link below works fine in the browser
https://music.youtube.com/playlist?list=RDCLAK5uy_k27uu-EtQ_b5U2r26DNDZOmNqGdccUIGQ
The text was updated successfully, but these errors were encountered: