mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-04 10:11:38 +03:00
fix release_year: int_or_none
This commit is contained in:
@@ -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}),
|
||||||
|
|||||||
Reference in New Issue
Block a user