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

Downloading youtube playlist gives output "Collected 0 video ids" #26228

Closed
6 tasks done
alex4200 opened this issue Aug 3, 2020 · 2 comments
Closed
6 tasks done

Downloading youtube playlist gives output "Collected 0 video ids" #26228

alex4200 opened this issue Aug 3, 2020 · 2 comments

Comments

@alex4200
Copy link

alex4200 commented Aug 3, 2020

Checklist

  • I'm reporting a broken site support issue
  • I've verified that I'm running youtube-dl version 2020.07.28
  • I've checked that all provided URLs are alive and playable in a browser
  • I've checked that all URLs and arguments with special characters are properly quoted or escaped
  • I've searched the bugtracker for similar bug reports including closed ones
  • I've read bugs section in FAQ

Verbose log

[debug] System config: []
[debug] User config: []
[debug] Custom config: []
[debug] Command-line args: ['-v', '-i', '-x', '--audio-format', 'mp3', 'https://www.youtube.com/watch?list=RDQM-gmCAFpnGD4']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2020.07.28
[debug] Python version 3.6.9 (CPython) - Darwin-18.7.0-x86_64-i386-64bit
[debug] exe versions: ffmpeg 4.3, ffprobe 4.3, rtmpdump 2.4
[debug] Proxy map: {}
[youtube:playlist] RDQM-gmCAFpnGD4: Downloading page 1 of Youtube mix
[download] Downloading playlist: RDQM-gmCAFpnGD4
[youtube:playlist] playlist RDQM-gmCAFpnGD4: Collected 0 video ids (downloading 0 of them)
[download] Finished downloading playlist: RDQM-gmCAFpnGD4

Description

The command does not find the videos that are part of the playlist. It still seem to work for other playlists, while it does not work for other playlists (e.g. RDEMHSpo_Uv9STIRtF73zMywLg).

@selfisekai
Copy link

you're trying to download a youtube mix playlist generated for your account. you need to be logged in to that account on youtube-dl with --username and --password or --netrc (guide to .netrc file)

@alex4200
Copy link
Author

alex4200 commented Aug 7, 2020

@selfisekai I just checked, and I have the problem even with a 'mix' when I am not logged in to youtube. I get a list parameter in the URL for which the download does not work.

I tried to add that mix as a playlist to my playlists, but I still cannot download it. I also cannot change the visibility of that new playlist, as it does not show up in Youtube Studio.

I also can copy-and-paste the EXACT link to a new private browser window where I am not logged in (e.g. https://www.youtube.com/watch?v=yzTuBuRdAyA&list=RDEMHSpo_Uv9STIRtF73zMywLg) and I get the same mix!

So it cannot be something connected to an account! Please re-open this ticket!

Stypox added a commit to Stypox/NewPipeExtractor that referenced this issue Feb 17, 2022
Replaces mix tests based on a strange mix type RDQM{videoId} (only reference I could find is ytdl-org/youtube-dl#26228) and with an invalid video id of 13 characters (the first two characters were QM, but even after removing QM there still wasn't a video available at that id).
Also updates mocks.
Stypox added a commit to Stypox/NewPipeExtractor that referenced this issue Feb 28, 2022
Replaces mix tests based on a strange mix type RDQM{videoId} (only reference I could find is ytdl-org/youtube-dl#26228) and with an invalid video id of 13 characters (the first two characters were QM, but even after removing QM there still wasn't a video available at that id).
Also updates mocks.
Stypox added a commit to Stypox/NewPipeExtractor that referenced this issue Mar 19, 2022
Replaces mix tests based on a strange mix type RDQM{videoId} (only reference I could find is ytdl-org/youtube-dl#26228) and with an invalid video id of 13 characters (the first two characters were QM, but even after removing QM there still wasn't a video available at that id).
Also updates mocks.
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

3 participants