mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-27 02:55:54 +00:00
Update yt_dlp/extractor/playsuisse.py
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
parent
a707060056
commit
06b65310ce
@ -279,7 +279,7 @@ class PlaySuisseIE(InfoExtractor):
|
|||||||
'genres': ('contentTypes', ..., {str}),
|
'genres': ('contentTypes', ..., {str}),
|
||||||
'creators': ('directors', ..., {str}),
|
'creators': ('directors', ..., {str}),
|
||||||
'cast': ('mainCast', ..., {str}),
|
'cast': ('mainCast', ..., {str}),
|
||||||
'location': ('productionCountries', ..., {str}, any),
|
'location': ('productionCountries', ..., {str}, all, {unpack(join_nonempty, delim='; ')}, filter),
|
||||||
'release_year': ('year', {int_or_none}),
|
'release_year': ('year', {int_or_none}),
|
||||||
'duration': ('duration', {int_or_none}),
|
'duration': ('duration', {int_or_none}),
|
||||||
'series': ('seriesName', {str}),
|
'series': ('seriesName', {str}),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user