mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-08 18:03:43 +00:00
Update yt_dlp/extractor/bilibili.py
This commit is contained in:
parent
06a5a3768f
commit
63a3011150
@ -655,6 +655,7 @@ class BiliBiliIE(BilibiliBaseIE):
|
||||
if video_data.get('is_upower_exclusive'):
|
||||
high_level = traverse_obj(initial_state, ('elecFullInfo', 'show_info', 'high_level'))
|
||||
raise ExtractorError(
|
||||
'This is a supporter-only video: '
|
||||
f'{join_nonempty("title", "sub_title", from_dict=high_level, delim=",")}. '
|
||||
f'{self._login_hint()}', expected=True)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user