26
How to mass download liked music playlist
(sopuli.xyz)
1. Posts must be related to the discussion of digital piracy
2. Don't request invites, trade, sell, or self-promote
3. Don't request or link to specific pirated titles, including DMs
4. Don't submit low-quality posts, be entitled, or harass others
📜 c/Piracy Wiki (Community Edition):
FUCK ADOBE!
Torrenting/P2P:
Gaming:
💰 Please help cover server costs.
![]() |
![]() |
---|---|
Ko-fi | Liberapay |
You can use yt-dlp with the -x flag to extract the audio with the link to the playlist. You can specify the audio format too, it's a powerful tool.
https://github.com/yt-dlp/yt-dlp
yt-dlp is so good
I had tried that without the flag and I got an error stating YouTube music isn't supported on my phone.
I did some testing, it looks like the auto generated "Liked Music" playlist doesn't have a proper URL that can point to the music.
A workaround seems to be adding the playlist to the queue, then saving the queue to a new playlist, and using that new playlist URL.
That way you can remove the "music." part from the "music.youtube.com" and use it like a regular YouTube playlist.
If that doesn't work for you it might be a DRM issue with how your phone is attempting to download the data. I used my desktop.
I don't see an option to add entire queue to a play list, only the individual song currently playing.
I appreciate the help though.
You on the app?
I'm on the revanced version of the yt music app.
I had found an app called Vivi that promised auto downloading of songs but it hated my phone and would freeze. I put in an issue via their github.
try Metrolist
Then the option should be there. Just go to the "Library" tab and tap on the 3 dots. Then you can go to the queue and save it as a playlist. Alternatively, you can just clear the queue and then play the first song.
Somebody already mentioned it but I recommend Seal
Okay after messing around a bit I'm seeing that it having an issue adding all 3.1k songs to a play list, so this is not going to be as easy as I hoped for but can be done.
I thank all for the assistance.
Using YTDLnis on android I get this error:
Downloading: Title: URL: https://music.youtube.com/playlist?list=LM Type: audio Command: --extractor-args "youtube:player_skip=webpage,configs;visitor_data=;player_client=mweb;lang=en" --newline -N "3" --trim-filenames "184" --no-mtime --sponsorblock-remove "music_offtopic,sponsor" -f "ba/b" -x -P "/storage/emulated/0/Android/data/com.deniscerri.ytdl/files/downloads/2" --ppa "ThumbnailsConvertor:-qmin 1 -q:v 1 -vf crop="'if(gt(ih,iw),iw,ih)':'if(gt(iw,ih),ih,iw)'"" -o "%(uploader).30B - %(title).170B.%(ext)s" --parse-metadata "%(artists,artist,uploader,channel,creator|null)l:^(?P.?)(?:(?= - Topic)|$)" --embed-metadata --parse-metadata "%(playlist_uploader,artist,uploader|)s:^(?P<first_artist>.?)(?:(?=,\s+)|$)" --parse-metadata "%(album,playlist_title,playlist|)s:%(meta_album)s" --parse-metadata "%(album_artist,first_artist|)s:%(album_artist)s" --parse-metadata "description:(?:.+?Released\ on\s*:\s*(?P<dscrptn_year>\d{4}))?" --parse-metadata "%(dscrptn_year,release_year,release_date>%Y,upload_date>%Y)s:(?P<meta_date>\d+)" --embed-thumbnail --convert-thumbnails "jpg" "https://music.youtube.com/playlist?list=LM"
WARNING: [youtube:tab] YouTube Music is not directly supported. Redirecting to https://www.youtube.com/playlist?list=LM WARNING: [youtube:tab] YouTube said: The playlist does not exist. ERROR: [youtube:tab] LM: YouTube said: The playlist does not exist.
I do know that not all music.youtube likes get transfered to basic YouTube.
It's the playlist link that's the problem. It ends with
playlist?list=LM
which stands for "Liked Music". yt-dlp doesn't know your account's liked music playlist. It needs a playlist ID likeplaylist?list=PLO7q4X25LQEEyJAQe5EEwJxUCSKvuKbok
Basically you need the songs to be in a different playlist
If you're on PC, you can also grab cookies from a browser to use liked playlists, but I don't know if it'll work for YTM likes, as I don't know if that playlist actually exists on normal YouTube.