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:tab] Playlists labeled as series are not recognized #28723

Closed
5 tasks done
zraktvor opened this issue Apr 10, 2021 · 0 comments
Closed
5 tasks done

[youtube:tab] Playlists labeled as series are not recognized #28723

zraktvor opened this issue Apr 10, 2021 · 0 comments

Comments

@zraktvor
Copy link

Checklist

  • I'm reporting a broken site support
  • I've verified that I'm running youtube-dl version 2021.04.07
  • 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 issues including closed ones

Verbose log

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"}

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.

@dstftw dstftw closed this as completed in ea87ed8 Apr 16, 2021
github-actions bot added a commit to hellopony/youtube-dl that referenced this issue Apr 16, 2021
* 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant