fix release_year: int_or_none

This commit is contained in:
v3DJG6GL
2025-05-08 13:52:47 +02:00
committed by GitHub
parent 6d80a0fe5b
commit 5142af5ac9
+1 -1
View File
@@ -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}),