mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-06-13 01:42:41 +00:00
[fd/external] curl: Support development versions (#16922)
Authored by: syphyr
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user