mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[ie/afreecatv] Support browser impersonation (#10174)
Closes #8187 Authored by: hui1601
This commit is contained in:
		| @@ -189,7 +189,7 @@ class AfreecaTVIE(AfreecaTVBaseIE): | ||||
|             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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dong Heon Hee
					Dong Heon Hee