mirror of
https://github.com/yt-dlp/yt-dlp
synced 2024-12-25 21:59:04 +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 {
|
return {
|
||||||
'_type': 'playlist',
|
'_type': 'playlist',
|
||||||
|
'title': traverse_obj(data, ('props', 'course', 'name')),
|
||||||
'entries': entries,
|
'entries': entries,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue