mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-22 22:39:42 -05:00
[GH-ISSUE #1235] YouTube videos in higher quality can't be downloaded, getting 0 byte files on self-hosted instances when using a session generator #3703
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 @ayoung971215 on GitHub (Apr 23, 2025).
Original GitHub issue: https://github.com/imputnet/cobalt/issues/1235
bug description
When I download a 4K or 2K video, a 0KB video file will be downloaded. I can only download it normally after changing the setting to 1080P,youtube link
reproduction steps
screenshots
·
links
platform information
chorme
additional context
·
@wukko commented on GitHub (Apr 23, 2025):
this is caused by a player cipher update, there's already an issue about it in the youtube.js repo: https://github.com/LuanRT/YouTube.js/issues/952
we'll have to wait or make a pr to youtube.js to fix this. for now, i've disabled the web client on hosted (https://cobalt.tools) instance to prevent 0 byte files. highest quality will not be available until deciphering is fixed.
@wukko commented on GitHub (Apr 23, 2025):
fixed & highest quality is back on the main instance