mirror of
https://github.com/hansputera/tiktok-dl.git
synced 2026-04-06 04:01:57 +02:00
[BUG] Cannot set provider & tikmate returns null URLs #30
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 @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.returns a JSON with
"provider":"musicalydown"instead ofdowntiklike specified. It seems to be defaulting to a random provider, specific to each video.This is problematic because the
tikmateprovider, when that one happens to be chosen, returns"urls":[null]meaning certain videos cannot be downloaded.