Update yt_dlp/extractor/playsuisse.py

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
v3DJG6GL
2025-05-09 02:39:17 +02:00
committed by GitHub
co-authored by bashonly
parent a707060056
commit 06b65310ce
+1 -1
View File
@@ -279,7 +279,7 @@ class PlaySuisseIE(InfoExtractor):
'genres': ('contentTypes', ..., {str}),
'creators': ('directors', ..., {str}),
'cast': ('mainCast', ..., {str}),
'location': ('productionCountries', ..., {str}, any),
'location': ('productionCountries', ..., {str}, all, {unpack(join_nonempty, delim='; ')}, filter),
'release_year': ('year', {int_or_none}),
'duration': ('duration', {int_or_none}),
'series': ('seriesName', {str}),