how to make tiktok downloader without watermark php

2.6k Views Asked by At

I want to make tiktok downloader php. I heard from some articles stackoverflow that tiktok has two version of videos (watermarked and original). I want that my web can download the original without watermark.

I have tried some github repositories like this https://github.com/TufayelLUS/TikTok-Video-Downloader-PHP. But it only work for video that uploaded before July 27th, 2020. Can you guys give me a help like suggestion for this?

1

There are 1 best solutions below

0
On

Tiktok not provide any official api for fetch video data, So you have to download it by using curl scrap methods or you can use npm package in node js.