mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-28 19:45:52 +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'),
|
'year': ('dateOn', 'year'),
|
||||||
'month': ('dateOn', 'month'),
|
'month': ('dateOn', 'month'),
|
||||||
'day': ('dateOn', 'day'),
|
'day': ('dateOn', 'day'),
|
||||||
'hour': ('timeOfDay', 'hour'),
|
'hour': ('timeOfDay', 'hour'),
|
||||||
'minute': ('timeOfDay', 'minute'),
|
'minute': ('timeOfDay', 'minute'),
|
||||||
'second': ('timeOfDay', 'second'),
|
'second': ('timeOfDay', 'second'),
|
||||||
}), expected_type=int_or_none)
|
}), expected_type=int_or_none)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user