mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-23 14:51:22 -05:00
[GH-ISSUE #1465] Youtube 0 byte file download #6833
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hextor1 on GitHub (Nov 3, 2025).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/1465
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
@zephiii commented on GitHub (Nov 3, 2025):
Read the pins, YouTube downloading doesn't work right now
@hextor1 commented on GitHub (Nov 4, 2025):
When it will be work and can you tell me the alternate?
@RiloTheFox commented on GitHub (Nov 6, 2025):
You can use https://github.com/NickvisionApps/Parabolic for now. This is what I use mainly and it has a bunch of features.
@hextor1 commented on GitHub (Nov 6, 2025):
Can i use it on my website for downloading youtube mp3 and mp4?? i did not see documentation? what type of variable we use to cal this api?
@GeorgeMuscat commented on GitHub (Nov 19, 2025):
I self host a downloader instance and am also seeing this issue. I've confirmed that my requests are being routed to my self-hosted API.
@DenuxPlays commented on GitHub (Nov 24, 2025):
Same does not work with selfhosted runner.