1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-09 23:08:32 +00:00

[ie/createacademy] switch _type to playlist

This commit is contained in:
Greg Rotter 2024-12-19 12:49:09 -08:00
parent 7362372a41
commit 39cf716ff1

View File

@ -148,6 +148,6 @@ def _real_extract(self, url):
entries.append(super()._real_extract('https://www.createacademy.com' + lesson.get('lessonPath')))
return {
'_type': 'multi_video',
'_type': 'playlist',
'entries': entries,
}