suggested alternative change to deno install

This commit is contained in:
msramalho
2026-04-23 14:02:51 +01:00
parent 12d9c469b2
commit 4e5c1a6218
2 changed files with 3 additions and 5 deletions

View File

@@ -575,6 +575,8 @@ class GenericExtractor(Extractor):
"--live-from-start" if self.live_from_start else "--no-live-from-start",
"--postprocessor-args",
"ffmpeg:-bitexact", # ensure bitexact output to avoid mismatching hashes for same video
"--js-runtimes",
"node", # yt-dlp defaults to deno-only; node is available in the base image
]
# proxy handling