Downloading tiktoks does not work on own instance #962

Open
opened 2025-11-09 10:02:48 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @JesseHoekema on GitHub (Oct 26, 2025).

bug description

i have my own cobalt docker instance running but when downloading a tiktok video it just returns a tunnel url that does not work. But when i use a instagram reel it does work. Why is this and can someone fix it please?

reproduction steps

  1. Send a request to your instance like this:
const payload = {
      url: videoUrl,
      youtubeHLS: true
};

const apiResponse = await axios.post(apiUrl, payload, {
  headers: {
    'Content-Type': 'application/json',
    'Accept': 'application/json'
  }
});
  1. make sure to give a tiktok url
  2. open the tunnel url
  3. you will see that it will not download a file

screenshots

No response


platform information

Chrome 141.0.7390.77 on MacOS Sequoia 15.6

additional context

No response

Originally created by @JesseHoekema on GitHub (Oct 26, 2025). ### bug description i have my own cobalt docker instance running but when downloading a tiktok video it just returns a tunnel url that does not work. But when i use a instagram reel it does work. Why is this and can someone fix it please? ### reproduction steps 1. Send a request to your instance like this: ``` const payload = { url: videoUrl, youtubeHLS: true }; const apiResponse = await axios.post(apiUrl, payload, { headers: { 'Content-Type': 'application/json', 'Accept': 'application/json' } }); ``` 2. make sure to give a tiktok url 3. open the tunnel url 4. you will see that it will not download a file ### screenshots _No response_ ### links ```shell ``` ### platform information Chrome 141.0.7390.77 on MacOS Sequoia 15.6 ### additional context _No response_
GiteaMirror added the bug label 2025-11-09 10:02:48 -06:00
Sign in to join this conversation.