Mixdrop Downloader — Whole Posts, Original Files
No account, no install, nothing added to the file.
* Tikt.com permesas al vi elŝuti videojn, bildojn kaj kolektojn el iu ajn subtenata amaskomunikila gastiganta retejo.
* Tikt.com permesas al vi elŝuti videojn, bildojn kaj kolektojn el iu ajn subtenata amaskomunikila gastiganta retejo.
Mixdrop is reached through our gallery extractor. Given a post, album or profile URL it enumerates the files attached to it and pulls each one at the size it was uploaded — there is no rendition ladder to negotiate and no re-encode step, so what lands on your device is the file Mixdrop stored. Mixdrop is one of the smaller integrations here, so the extractor keeps its handling deliberately general rather than assuming a page layout.
Two ways in: the box above, or prefix the Mixdrop URL you are already looking at with tikt.com/:
tikt.com/https://www.example.com/path/to/media
Find the Mixdrop post, album or profile page holding what you want and copy its address. A post URL gets you that post; a profile URL gets you what the profile has published.
Drop the URL into the field at the top of this page. The gallery extractor enumerates the files attached to that Mixdrop page rather than guessing at one.
Each file is listed at the size it was uploaded to Mixdrop. Save one, or save the lot — nothing has been resampled or re-encoded in between.
Konverti URLojn al elŝuteblaj rimedoj per preciza REST-interfaco. Ekstrakti video-, aŭd- kaj bildfluojn per determinismaj respondoj kaj procezi laŭ skalo.
import requests
response = requests.post(
"https://api.tikt.com/api/download",
headers={"Authorization": "API_KEY"},
json={"url": "URL"},
)
for item in response.json()["items"]:
print(item["type"], item["url"])
Viaj elŝutoj ne estas konservitaj aŭ spurataj. Dosieroj estas tuj prilaboritaj kaj liverataj rekte al vi.
API
Privateca Politiko
Servokondiĉoj
Kontaktu Nin
Sekvu nin ĉe BlueSky
2026 Tikt LLC | Farita de nadermx