mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-06-12 22:04:42 +00:00
[fd/external] curl: Support development versions (#16922)
Authored by: syphyr
This commit is contained in:
parent
cb309b3293
commit
7937a139cf
@ -209,7 +209,7 @@ class CurlFD(ExternalFD):
|
||||
return False
|
||||
|
||||
cls.exe = path
|
||||
cls._curl_version = version_tuple(parts[1])
|
||||
cls._curl_version = version_tuple(parts[1], lenient=True)
|
||||
return path
|
||||
|
||||
def _make_cmd(self, tmpfilename, info_dict):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user