Merge pull request #847 from tcely/patch-12

Use the `curl-cffi` extra to support `impersonate` option
This commit is contained in:
meeb 2025-03-17 15:23:38 +11:00 committed by GitHub
commit 088b08568f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ mysqlclient = "*"
PySocks = "*"
urllib3 = {extras = ["socks"], version = "*"}
requests = {extras = ["socks"], version = "*"}
yt-dlp = "*"
yt-dlp = {extras = ["default", "curl-cffi"], version = "*"}
emoji = "*"
brotli = "*"
html5lib = "*"