mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-13 22:44:32 +03:00
Update yt_dlp/extractor/parti.py
Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
@@ -44,7 +44,7 @@ class PartiVideoIE(PartiBaseIE):
|
|||||||
'title': ('event_title', {str}),
|
'title': ('event_title', {str}),
|
||||||
'channel': ('user_name', {str}),
|
'channel': ('user_name', {str}),
|
||||||
'thumbnail': ('event_file', {url_or_none}),
|
'thumbnail': ('event_file', {url_or_none}),
|
||||||
'categories': ('category_name', {str}, all),
|
'categories': ('category_name', {str}, filter, all),
|
||||||
'timestamp': ('event_start_ts', {int_or_none}),
|
'timestamp': ('event_start_ts', {int_or_none}),
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user