remove //

This commit is contained in:
FullGreaM 2025-11-09 14:25:49 +03:00
parent 84fbc475fd
commit 14f4753b27

View File

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