diff --git a/yt_dlp/extractor/vk.py b/yt_dlp/extractor/vk.py index 0be05f760..29c4de452 100644 --- a/yt_dlp/extractor/vk.py +++ b/yt_dlp/extractor/vk.py @@ -545,7 +545,7 @@ def _real_extract(self, url): 'duration': ('duration', {int_or_none}), 'chapters': ('time_codes', lambda _, v: isinstance(v.get('time'), int), { 'title': ('text', {str}), - 'start_time': ('time', {int}), + 'start_time': 'time', }), }), 'timestamp': timestamp,