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