remove //
This commit is contained in:
parent
84fbc475fd
commit
14f4753b27
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user