1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05: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 @@ def _real_extract(self, url):
return {
'_type': 'playlist',
'title': traverse_obj(data, ('props', 'course', 'name')),
'entries': entries,
}