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

[YouTube] Channel playlist link in UU format doesn't download any videos #7424

Closed
11 tasks done
SlipperySlimes opened this issue Jun 26, 2023 · 1 comment · Fixed by #7425
Closed
11 tasks done

[YouTube] Channel playlist link in UU format doesn't download any videos #7424

SlipperySlimes opened this issue Jun 26, 2023 · 1 comment · Fixed by #7425
Labels
site-bug Issue with a specific website

Comments

@SlipperySlimes
Copy link

DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE

  • I understand that I will be blocked if I intentionally remove or skip any mandatory* field

Checklist

Region

United States

Provide a description that is worded well enough to be understood

For many months, I have been downloading entire YouTube channels using the playlist link, such as this.

However, now it works on some channels but doesn't on others. When it doesn't work, it displays a new layout on the webpage and all I see in the output is "Downloading 0 items out of X" and it doesn't download anything. Instead of being the typical list of uploaded videos, this new webpage is a grid of rectangles that look like Shorts. For example, passing this link doesn't work for me. It says "Downloading 0 items out of 18057".

I guess this is some sort of new A/B testing. Some channels work and then stop working later in the day, and for others it's the other way around.

Provide verbose output that clearly demonstrates the problem

  • Run your yt-dlp command with -vU flag added (yt-dlp -vU <your command line>)
  • If using API, add 'verbose': True to YoutubeDL params instead
  • Copy the WHOLE output (starting with [debug] Command-line config) and insert it below

Complete Verbose Output

[debug] Command-line config: ['-vU', '--ignore-config', 'https://www.youtube.com/playlist?list=UUxqPAgubo4coVn9Lx1FuKcg']
[debug] Encodings: locale cp1252, fs utf-8, pref cp1252, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version stable@2023.06.22 [812cdfa06] (pip)
[debug] Python 3.10.11 (CPython AMD64 64bit) - Windows-10-10.0.19045-SP0 (OpenSSL 1.1.1t  7 Feb 2023)
[debug] exe versions: ffmpeg 5.1.2-essentials_build-www.gyan.dev (setts), ffprobe 5.1.2-essentials_build-www.gyan.dev, phantomjs 2.1.1
[debug] Optional libraries: Cryptodome-3.17, brotli-1.0.9, certifi-2022.12.07, mutagen-1.46.0, sqlite3-2.6.0, websockets-11.0.1
[debug] Proxy map: {}
[debug] Loaded 1851 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp/releases/latest
Available version: stable@2023.06.22, Current version: stable@2023.06.22
yt-dlp is up to date (stable@2023.06.22)
[youtube:tab] Extracting URL: https://www.youtube.com/playlist?list=UUxqPAgubo4coVn9Lx1FuKcg
[youtube:tab] UUxqPAgubo4coVn9Lx1FuKcg: Downloading webpage
[youtube:tab] UUxqPAgubo4coVn9Lx1FuKcg: Redownloading playlist API JSON with unavailable videos
[download] Downloading playlist: Uploads from Bangy Shorts
[youtube:tab] Playlist Uploads from Bangy Shorts: Downloading 0 items of 18057
[download] Finished downloading playlist: Uploads from Bangy Shorts
@SlipperySlimes SlipperySlimes added site-bug Issue with a specific website triage Untriaged issue labels Jun 26, 2023
@coletdjnz coletdjnz removed the triage Untriaged issue label Jun 26, 2023
@coletdjnz
Copy link
Member

For https://www.youtube.com/playlist?list=UUxqPAgubo4coVn9Lx1FuKcg it seems like YouTube is only giving 1 page worth of shorts. So fixing support for this view on our side will only yield 100 videos 😕

I suggest you pass the channel url (https://www.youtube.com/channel/UCxqPAgubo4coVn9Lx1FuKcg) if you need more since that will get you all the channels uploads too.

coletdjnz added a commit to coletdjnz/yt-dlp-dev that referenced this issue Jun 26, 2023
Note: YouTube doesn't give continuations yet for shorts view
Fixes yt-dlp#7424

Authored by: coletdjnz
coletdjnz added a commit that referenced this issue Jun 29, 2023
Fixes #7424

Authored by: coletdjnz
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
aalsuwaidi pushed a commit to aalsuwaidi/yt-dlp that referenced this issue Apr 21, 2024
Fixes yt-dlp#7424

Authored by: coletdjnz
Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
site-bug Issue with a specific website
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants