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
user@host $ youtube-dl -v --dump-json --flat-playlist https://www.youtube.com/channel/UCYO_jab_esuFRV4b17AJtAw/playlists\?view\=50\&sort\=dd\&shelf_id\=3 [debug] System config: [] [debug] User config: [] [debug] Custom config: [] [debug] Command-line args: ['-v', '--dump-json', '--flat-playlist', 'https://www.youtube.com/channel/UCYO_jab_esuFRV4b17AJtAw/playlists?view=50&sort=dd&shelf_id=3'] [debug] Encodings: locale UTF-8, fs utf-8, out utf-8, pref UTF-8 [debug] youtube-dl version 2021.04.07 [debug] Python version 3.8.5 (CPython) - Linux-5.8.0-48-generic-x86_64-with-glibc2.10 [debug] exe versions: ffmpeg 4.3.1, ffprobe 4.3.1 [debug] Proxy map: {} {"_type": "url", "url": "https://www.youtube.com/playlist?list=PLZHQObOWTQDP5CVelJJ1bNDouqrAhVPev", "ie_key": "YoutubeTab", "id": "PLZHQObOWTQDP5CVelJJ1bNDouqrAhVPev", "title": "Lockdown math"}
As of now for the url https://www.youtube.com/channel/UCYO_jab_esuFRV4b17AJtAw/playlists?view=50&sort=dd&shelf_id=3 shows 5 playlists in browser, but only 1 in youtube-dl. This seems to be because the other playlists are labeled as series.
The text was updated successfully, but these errors were encountered:
ea87ed8
[bot] AutoMerging: merge all upstream's changes:
cbf52f2
* https://github.com/ytdl-org/youtube-dl: [youtube] Improve stretch extraction and fix stretched ratio calculation (closes ytdl-org#28769) [youtube:tab] Improve grid extraction (closes ytdl-org#28725) [youtube:tab] Detect series playlist on playlists page (closes ytdl-org#28723) [youtube] Add more invidious instances (ytdl-org#28706) [pluralsight] Extend anti-throttling timeout (ytdl-org#28712) [youtube] Improve URL to extractor routing (closes ytdl-org#27572, closes ytdl-org#28335, closes ytdl-org#28742)
Successfully merging a pull request may close this issue.
Checklist
Verbose log
Description
As of now for the url https://www.youtube.com/channel/UCYO_jab_esuFRV4b17AJtAw/playlists?view=50&sort=dd&shelf_id=3 shows 5 playlists in browser, but only 1 in youtube-dl. This seems to be because the other playlists are labeled as series.
The text was updated successfully, but these errors were encountered: