mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-05-03 14:06:07 +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}),
|
'creators': ('directors', ..., {str}),
|
||||||
'cast': ('mainCast', ..., {str}),
|
'cast': ('mainCast', ..., {str}),
|
||||||
'location': ('productionCountries', ..., {str}, any),
|
'location': ('productionCountries', ..., {str}, any),
|
||||||
'release_year': ('year', {str}),
|
'release_year': ('year', {int_or_none}),
|
||||||
'duration': ('duration', {int_or_none}),
|
'duration': ('duration', {int_or_none}),
|
||||||
'series': ('seriesName', {str}),
|
'series': ('seriesName', {str}),
|
||||||
'season_number': ('seasonNumber', {int_or_none}),
|
'season_number': ('seasonNumber', {int_or_none}),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user