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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}),