mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-04-21 21:04:51 +00:00
[ie/vk] Fix chapters extraction (#12821)
Fix 05c8023a27
Authored by: seproDev
This commit is contained in:
parent
349f36606f
commit
5361a7c6e2
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
}),
|
||||
}),
|
||||
|
|
Loading…
Add table
Reference in a new issue