Skip to content

Youtube 0 byte file download #1465

@hextor1

Description

@hextor1

bug description

Facing an 0 byte file download when someone try to download the song even i am using ISP proxies. but still getting an same issue any solution?

reproduction steps

if (audioFormat === "mp3") {
console.log("Mp3 Sound Download Successfully");
jsonPayload = {
url: videoUrl,
audioFormat: "mp3",
downloadMode: "audio",
filenameStyle: "basic",
"youtubeHLS": true
};
} else {
console.log("Mp4 Video Download Successfully");
jsonPayload = {
url: videoUrl,
videoQuality: "720",
filenameStyle: "basic",
"youtubeHLS": true
};
}

screenshots

No response

links

platform information

chrome

additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    main instance issueissue is only present on the main cobalt instance

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions