-
-
Notifications
You must be signed in to change notification settings - Fork 10k
Open
Labels
Description
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
- I'm reporting that yt-dlp is broken on a supported site
- I've verified that I have updated yt-dlp to nightly or master (update instructions)
- I've checked that all provided URLs are playable in a browser with the same IP and same login details
- I've checked that all URLs and arguments with special characters are properly quoted or escaped
- I've searched known issues and the bugtracker for similar issues including closed ones. DO NOT post duplicates
- I've read the guidelines for opening an issue
- I've read about sharing account credentials and I'm willing to share it if required
Region
No response
Provide a description that is worded well enough to be understood
Shorts video. More than 100 from the playlist are not downloaded.
If you download from the channel, then everything is ok.
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
toYoutubeDL
params instead - Copy the WHOLE output (starting with
[debug] Command-line config
) and insert it below
Complete Verbose Output
tube # /usr/local/bin/yt-dlp -Uv --flat-playlist "https://www.youtube.com/playlist?list=PL5Ib645yg8L0NO1Lj4Z3jaQJ9yeQOSa2r"
[debug] Command-line config: ['-Uv', '--flat-playlist', 'https://www.youtube.com/playlist?list=PL5Ib645yg8L0NO1Lj4Z3jaQJ9yeQOSa2r']
[debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen utf-8
[debug] yt-dlp version nightly@2024.09.26.232938 from yt-dlp/yt-dlp-nightly-builds [eabb4680f] (pip)
[debug] Python 3.8.17 (CPython x86_64 64bit) - Linux-5.4.17-2136.334.6.1.el8uek.x86_64-x86_64-with-glibc2.2.5 (OpenSSL 1.1.1k FIPS 25 Mar 2021, glibc 2.28)
[debug] exe versions: ffmpeg 4.2.10, ffprobe 4.2.10
[debug] Optional libraries: Cryptodome-3.20.0, brotli-1.1.0, certifi-2024.08.30, mutagen-1.47.0, requests-2.32.3, sqlite3-3.26.0, urllib3-2.2.3, websockets-13.0.1
[debug] Proxy map: {}
[debug] Request Handlers: urllib, requests, websockets
[debug] Loaded 1838 extractors
[debug] Fetching release info: https://api.github.com/repos/yt-dlp/yt-dlp-nightly-builds/releases/latest
[debug] Downloading _update_spec from https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/latest/download/_update_spec
Current version: nightly@2024.09.26.232938 from yt-dlp/yt-dlp-nightly-builds
Latest version: nightly@2024.09.29.232819 from yt-dlp/yt-dlp-nightly-builds
ERROR: You installed yt-dlp with pip or using the wheel from PyPi; Use that to update
[youtube:tab] Extracting URL: https://www.youtube.com/playlist?list=PL5Ib645yg8L0NO1Lj4Z3jaQJ9yeQOSa2r
[youtube:tab] PL5Ib645yg8L0NO1Lj4Z3jaQJ9yeQOSa2r: Downloading webpage
[youtube:tab] PL5Ib645yg8L0NO1Lj4Z3jaQJ9yeQOSa2r: Redownloading playlist API JSON with unavailable videos
[download] Downloading playlist: Shortss
[youtube:tab] PL5Ib645yg8L0NO1Lj4Z3jaQJ9yeQOSa2r page 1: Downloading API JSON
WARNING: [youtube:tab] Incomplete data received. Retrying (1/3)...
[youtube:tab] PL5Ib645yg8L0NO1Lj4Z3jaQJ9yeQOSa2r page 1: Downloading API JSON
WARNING: [youtube:tab] Incomplete data received. Retrying (2/3)...
[youtube:tab] PL5Ib645yg8L0NO1Lj4Z3jaQJ9yeQOSa2r page 1: Downloading API JSON
WARNING: [youtube:tab] Incomplete data received. Retrying (3/3)...
[youtube:tab] PL5Ib645yg8L0NO1Lj4Z3jaQJ9yeQOSa2r page 1: Downloading API JSON
WARNING: [youtube:tab] Incomplete data received. Giving up after 3 retries
[youtube:tab] Playlist Shortss: Downloading 100 items of 301
[debug] The information of all playlist entries will be held in memory
[download] Downloading item 1 of 100
[download] Downloading item 2 of 100
...
ramidzkh, halbrd and The4thLaw