mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-07 17:33:41 +00:00
fix release_year: int_or_none
This commit is contained in:
parent
6d80a0fe5b
commit
5142af5ac9
@ -280,7 +280,7 @@ class PlaySuisseIE(InfoExtractor):
|
||||
'creators': ('directors', ..., {str}),
|
||||
'cast': ('mainCast', ..., {str}),
|
||||
'location': ('productionCountries', ..., {str}, any),
|
||||
'release_year': ('year', {str}),
|
||||
'release_year': ('year', {int_or_none}),
|
||||
'duration': ('duration', {int_or_none}),
|
||||
'series': ('seriesName', {str}),
|
||||
'season_number': ('seasonNumber', {int_or_none}),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user