mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-04 02:01:41 +03:00
Update yt_dlp/extractor/playsuisse.py
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
@@ -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}),
|
||||
|
||||
Reference in New Issue
Block a user