1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-18 14:08:54 +00:00

[ie/createacademy] add title to playlists

This commit is contained in:
Greg Rotter
2024-12-21 14:26:29 -08:00
parent f4e5369330
commit 708a60dc83

View File

@@ -154,5 +154,6 @@ class CreateAcademyCourseIE(CreateAcademyIE):
return {
'_type': 'playlist',
'title': traverse_obj(data, ('props', 'course', 'name')),
'entries': entries,
}