feat(provider): add tokup.app site #120

Closed
opened 2026-04-05 19:44:00 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @hansputera on 12/20/2021

Adding Tokup.App provider as the TTSave provider alternative.

Why TTSave provider won't work? Because I couldn't receive the cookies from their site to manipulate the session.
Solution: Use chromium or anything like that.

Recently, I've learned their algorithm to generate the key.
Steps:

  • You must divide the length of the token character by 3. And, save it!
  • Reverse the token characters (e.g. hello => olleh)
  • Then, slice the token using the results of the previous division (step 1).
*Originally created by @hansputera on 12/20/2021* Adding [Tokup.App](https://tokup.app) provider as the TTSave provider alternative. Why TTSave provider won't work? Because I couldn't receive the cookies from their site to manipulate the session. Solution: `Use chromium or anything like that.` Recently, I've learned their algorithm to generate the key. Steps: - You must divide the length of the token character by 3. And, save it! - Reverse the token characters (e.g. `hello` => `olleh`) - Then, slice the token using the results of the previous division (step 1).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/tiktok-dl#120