1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-04-08 07:58:24 -05:00

[ie/vk] Fix chapters extraction ()

Fix 05c8023a27dd37c49163c0498bf98e3e3c1cb4b9

Authored by: seproDev
This commit is contained in:
sepro 2025-04-03 19:55:36 +02:00 committed by GitHub
parent 349f36606f
commit 5361a7c6e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -544,7 +544,7 @@ class VKIE(VKBaseIE):
'uploader_id': (('author_id', 'authorId'), {str_or_none}, any),
'duration': ('duration', {int_or_none}),
'chapters': ('time_codes', lambda _, v: isinstance(v['time'], int), {
'title': ('text', {str}),
'title': ('text', {unescapeHTML}),
'start_time': 'time',
}),
}),