- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 3.1k
 
Open
Labels
main instance issueissue is only present on the main cobalt instanceissue is only present on the main cobalt instance
Description
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
Labels
main instance issueissue is only present on the main cobalt instanceissue is only present on the main cobalt instance