mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-06 10:08:36 +02:00
[rh:curl_cffi] Support curl_cffi
0.7.X
Authored by: coletdjnz
This commit is contained in:
parent
d2189d3d36
commit
42bfca00a6
3 changed files with 24 additions and 8 deletions
|
@ -914,7 +914,6 @@ class TestRequestsRequestHandler(TestRequestHandlerBase):
|
|||
class TestCurlCFFIRequestHandler(TestRequestHandlerBase):
|
||||
|
||||
@pytest.mark.parametrize('params,extensions', [
|
||||
({}, {'impersonate': ImpersonateTarget('chrome')}),
|
||||
({'impersonate': ImpersonateTarget('chrome', '110')}, {}),
|
||||
({'impersonate': ImpersonateTarget('chrome', '99')}, {'impersonate': ImpersonateTarget('chrome', '110')}),
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue