mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-26 10:36:08 +00:00
dict
This commit is contained in:
parent
8bf65ed2d3
commit
7d99046b5b
@ -653,7 +653,7 @@ class BiliBiliIE(BilibiliBaseIE):
|
|||||||
video_data = initial_state['videoData']
|
video_data = initial_state['videoData']
|
||||||
|
|
||||||
if video_data.get('is_upower_exclusive'):
|
if video_data.get('is_upower_exclusive'):
|
||||||
high_level = traverse_obj(initial_state, ('elecFullInfo', 'show_info', 'high_level'))
|
high_level = traverse_obj(initial_state, ('elecFullInfo', 'show_info', 'high_level', {dict})) or {}
|
||||||
raise ExtractorError(
|
raise ExtractorError(
|
||||||
'This is a supporter-only video: '
|
'This is a supporter-only video: '
|
||||||
f'{join_nonempty("title", "sub_title", from_dict=high_level, delim=",")}. '
|
f'{join_nonempty("title", "sub_title", from_dict=high_level, delim=",")}. '
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user