Loading Cookies #255
-
Youtube-dl (and yt-dlp) support loading cookies to access private content. Is there a way to have ytmdl utilize cookies similarly. I'd like to download my liked music auto-playlist. This is found for each user at https://music.youtube.com/playlist?list=LM |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
It would also be nice to be able to download higher quality music when using cookies with YT premium.
|
Beta Was this translation helpful? Give feedback.
-
I understand that cookies can be passed by using a CLI flag to @Firerouge Let me know if this works. @nickexyz You can confirm as well. If this doesn't work out of the box, you guys can create an issue (either a bug report or a feature request based on the outcome of this step) and I can take a look at that accordingly! |
Beta Was this translation helpful? Give feedback.
-
Maybe it's a known issue, but errors from missing videos in playlists don't seem to be handled gracefully. A playlist including, for example, this missing song https://music.youtube.com/watch?v=N_fGELxp10w fails and aborts with subsequent items in the playlist
This is the case even with the following flags, |
Beta Was this translation helpful? Give feedback.
I understand that cookies can be passed by using a CLI flag to
yt-dlp
. If that is correct, then the--ytdl-config PATH
flag can be used fromytmdl
to pass the cookie flag through a file and it will be forwarded toyt-dlp
.@Firerouge Let me know if this works. @nickexyz You can confirm as well. If this doesn't work out of the box, you guys can create an issue (either a bug report or a feature request based on the outcome of this step) and I can take a look at that accordingly!