[BUG] Cannot set provider & tikmate returns null URLs #30

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

Originally created by @frozenpandaman on 10/7/2022

Glad the API endpoint is back up and running, thanks!

It seems the URL type= parameter, specified in the docs here and here, isn't working, e.g.

https://tdl.besecure.eu.org/api/download?url=https://www.tiktok.com/@thembta/video/7117992666561809706&type=downtik&rotateOnError=true

returns a JSON with "provider":"musicalydown" instead of downtik like specified. It seems to be defaulting to a random provider, specific to each video.

This is problematic because the tikmate provider, when that one happens to be chosen, returns "urls":[null] meaning certain videos cannot be downloaded.

*Originally created by @frozenpandaman on 10/7/2022* Glad the API endpoint is back up and running, thanks! It seems the URL `type=` parameter, specified in the docs [here](https://docs.tdl.besecure.eu.org/getting-started/how-to-use) and [here](https://docs.tdl.besecure.eu.org/additional/provider), isn't working, e.g. ``` https://tdl.besecure.eu.org/api/download?url=https://www.tiktok.com/@thembta/video/7117992666561809706&type=downtik&rotateOnError=true ``` returns a JSON with `"provider":"musicalydown"` instead of `downtik` like specified. It seems to be defaulting to a random provider, specific to each video. This is problematic because the `tikmate` provider, when that one happens to be chosen, returns `"urls":[null]` meaning certain videos cannot be downloaded.
MrUnknownDE added the bugquestion labels 2026-04-05 19:43:21 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/tiktok-dl#30