mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
Simplify
This commit is contained in:
parent
1c2ad99648
commit
e639a88cbe
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue