mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-08 05:08:39 +03:00
[ie/youtube] Drop support for deno<2.3.0 (#16788)
Closes #16767 Authored by: bashonly
This commit is contained in:
@@ -87,7 +87,7 @@ class JsRuntime(abc.ABC):
|
||||
|
||||
|
||||
class DenoJsRuntime(JsRuntime):
|
||||
MIN_SUPPORTED_VERSION = (2, 0, 0)
|
||||
MIN_SUPPORTED_VERSION = (2, 3, 0)
|
||||
|
||||
def _info(self):
|
||||
path = _determine_runtime_path(self._path, 'deno')
|
||||
|
||||
Reference in New Issue
Block a user