mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-09 07:17:16 -05:00
Add support for TikTok cookie #890
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 @mikirejf on GitHub (Jun 15, 2025).
describe the feature you'd like to see
Cookies are already supported for many other platforms (https://github.com/imputnet/cobalt/blob/main/docs/examples/cookies.example.json). It would be useful to have it for TikTok also since some of the content is age restricted and requires you to be logged in to access/download.
Cookie signature:
"tiktok": [ "sessionid_ss=<replace_this>" ]Example tiktok: https://www.tiktok.com/@kingsley.502/video/7512888850964991278
Thank you! <3