mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-10 19:03:49 +00:00
i love autopep8
Authored by: bashonly
This commit is contained in:
parent
024f8e6524
commit
9305dadf9d
@ -323,7 +323,7 @@ class LinkedInEventsIE(InfoExtractor):
|
||||
'year': ('dateOn', 'year'),
|
||||
'month': ('dateOn', 'month'),
|
||||
'day': ('dateOn', 'day'),
|
||||
'hour': ('timeOfDay', 'hour'),
|
||||
'hour': ('timeOfDay', 'hour'),
|
||||
'minute': ('timeOfDay', 'minute'),
|
||||
'second': ('timeOfDay', 'second'),
|
||||
}), expected_type=int_or_none)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user