1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-12-16 22:25:40 +07:00

[ie/afreecatv] Support browser impersonation (#10174)

Closes #8187
Authored by: hui1601
This commit is contained in:
Dong Heon Hee
2024-07-01 06:55:21 +09:00
committed by GitHub
parent 2a4f2e82db
commit e8352ad659

View File

@@ -189,7 +189,7 @@ def _real_extract(self, url):
headers={'Referer': url}, data=urlencode_postdata({
'nTitleNo': video_id,
'nApiLevel': 10,
}))['data']
}), impersonate=True)['data']
error_code = traverse_obj(data, ('code', {int}))
if error_code == -6221: