mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-11 17:34:13 -05:00
tiktok slideshows have corrupted audio #530
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 @dncVinny on GitHub (Oct 29, 2024).
bug description
when you use a tiktok slideshow link & attempt to download the audio, you get a 0B file.
reproduction steps
screenshots
No response
links
No response
platform information
Win 11, Google Chrome
additional context
No response
@dumbmoron commented on GitHub (Oct 29, 2024):
could you provide an example link where this happens?
@dumbmoron commented on GitHub (Oct 29, 2024):
also could you enable debug features and copy your settings from the debug page?
@dncVinny commented on GitHub (Oct 29, 2024):
https://www.tiktok.com/t/ZTFpqBsod/
this also doesn't work when I use my self hosted instance
{"schemaVersion":2,"appearance":{"theme":"auto","reduceTransparency":false,"reduceMotion":false,"autoLanguage":false},"privacy":{"disableAnalytics":false,"alwaysProxy":true},"save":{"youtubeVideoCodec":"h264","videoQuality":"1080","audioFormat":"mp3","downloadMode":"auto","filenameStyle":"classic","savingMethod":"download"},"processing":{"enableCustomInstances":false},"advanced":{"debug":true}}@gitomatikus commented on GitHub (Nov 4, 2024):
Hey, I have the same problem and found a temporary solution. Add
"audioFormat": "best"to the body since"audioFormat": "mp3"(default value) is returning an empty file.@dncVinny commented on GitHub (Nov 4, 2024):
Appreciate the insight 👍
@wukko commented on GitHub (Nov 24, 2024):
should be fixed now, thank you for the report :3