1
0
mirror of https://github.com/yt-dlp/yt-dlp synced 2025-07-04 04:52:52 -05:00

[rh:curl_cffi] Support curl_cffi 0.7.X

Authored by: coletdjnz
This commit is contained in:
coletdjnz
2024-07-08 00:29:35 -05:00
committed by bashonly
parent d2189d3d36
commit 42bfca00a6
3 changed files with 24 additions and 8 deletions

View File

@ -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')}),
])