Skip to content
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

Issue downloading more than 100 tracks of a private playlist (YT Music) #29656

Closed
Fusseldieb opened this issue Jul 26, 2021 · 2 comments
Closed

Comments

@Fusseldieb
Copy link

Fusseldieb commented Jul 26, 2021

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...

@przemub
Copy link

przemub commented Jul 26, 2021

I have the exact same issue but about my liked videos in "normal" YouTube.

@pukkandan
Copy link
Contributor

Duplicate of #28362, #28788

@dirkf dirkf closed this as not planned Won't fix, can't repro, duplicate, stale Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants