mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-28 01:18:30 +00:00
[ie/createacademy] add title to playlists
This commit is contained in:
parent
f4e5369330
commit
708a60dc83
@ -154,5 +154,6 @@ def _real_extract(self, url):
|
||||
|
||||
return {
|
||||
'_type': 'playlist',
|
||||
'title': traverse_obj(data, ('props', 'course', 'name')),
|
||||
'entries': entries,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user