diff --git a/src/download.js b/src/download.js index b60cd4a..c19cf5a 100644 --- a/src/download.js +++ b/src/download.js @@ -273,8 +273,8 @@ class DownloadVideo { ); q[f.ext + "_" + resolution] = { format_id: f.format_id, - flag, // <- ключевой момент для yt-dlp - exc: f.ext, // <- расширение + flag, + exc: f.ext, resolution, filesize: f.filesize || null, mime: mimeType, type: !mimeType ? null : type,