mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-26 21:59:08 +01:00
[ie/createacademy] add title to playlists
This commit is contained in:
parent
f4e5369330
commit
708a60dc83
1 changed files with 1 additions and 0 deletions
|
@ -154,5 +154,6 @@ class CreateAcademyCourseIE(CreateAcademyIE):
|
|||
|
||||
return {
|
||||
'_type': 'playlist',
|
||||
'title': traverse_obj(data, ('props', 'course', 'name')),
|
||||
'entries': entries,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue