We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, as the title implies I'm trying to download my "VIdeos that I liked" playlist off of YouTube to play it in my car.
I used the command
youtube-dl -f bestaudio --extract-audio --audio-format mp3 --audio-quality 0 https://music.youtube.com/playlist?list=LM --cookies /home/fusseldieb/Downloads/youtube.com_cookies.txt
and that worked perfectly, however it said that it would download 100 videos.
After finishing 100, I thought I'd specify another 100, with
youtube-dl -f bestaudio --extract-audio --audio-format mp3 --audio-quality 0 https://music.youtube.com/playlist?list=LM --cookies /home/fusseldieb/Downloads/youtube.com_cookies.txt --playlist-start 101 --playlist-end 200
However, it resulted in:
[youtube:tab] LM: Downloading webpage [download] Downloading playlist: Songs, die ich mag [youtube:tab] Downloading page 1 [youtube:tab] playlist Songs, die ich mag: Downloading 0 videos [download] Finished downloading playlist: Songs, die ich mag
Trying to get the rason why it wasn't working, I specified the parameter "--write-pages"
Which gave me the following in the output file:
"alerts": [ { "alertRenderer": { "type": "ERROR", "text": { "runs": [ { "text": "Diese Playlist ist privat." } ] } }
Translating to "This playlist is private".
I don't know what it might be...
The text was updated successfully, but these errors were encountered:
I have the exact same issue but about my liked videos in "normal" YouTube.
Sorry, something went wrong.
Duplicate of #28362, #28788
No branches or pull requests
Hi,
as the title implies I'm trying to download my "VIdeos that I liked" playlist off of YouTube to play it in my car.
I used the command
youtube-dl -f bestaudio --extract-audio --audio-format mp3 --audio-quality 0 https://music.youtube.com/playlist?list=LM --cookies /home/fusseldieb/Downloads/youtube.com_cookies.txt
and that worked perfectly, however it said that it would download 100 videos.
After finishing 100, I thought I'd specify another 100, with
youtube-dl -f bestaudio --extract-audio --audio-format mp3 --audio-quality 0 https://music.youtube.com/playlist?list=LM --cookies /home/fusseldieb/Downloads/youtube.com_cookies.txt --playlist-start 101 --playlist-end 200
However, it resulted in:
Trying to get the rason why it wasn't working, I specified the parameter "--write-pages"
Which gave me the following in the output file:
Translating to "This playlist is private".
I don't know what it might be...
The text was updated successfully, but these errors were encountered: