1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00
This commit is contained in:
sepro 2025-03-02 13:50:22 +01:00
parent 1c2ad99648
commit e639a88cbe

View file

@ -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,