[ie/youtube] Log bad playability statuses of player responses (#13647)
Authored by: coletdjnz
This commit is contained in:
parent
fd36b8f31b
commit
aa9f1f4d57
1 changed files with 4 additions and 0 deletions
|
|
@ -3273,6 +3273,10 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
|||
# web_creator may work around age-verification for all videos but requires PO token
|
||||
append_client('tv_embedded', 'web_creator')
|
||||
|
||||
status = traverse_obj(pr, ('playabilityStatus', 'status', {str}))
|
||||
if status not in ('OK', 'LIVE_STREAM_OFFLINE', 'AGE_CHECK_REQUIRED', 'AGE_VERIFICATION_REQUIRED'):
|
||||
self.write_debug(f'{video_id}: {client} player response playability status: {status}')
|
||||
|
||||
prs.extend(deprioritized_prs)
|
||||
|
||||
if skipped_clients:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue