TikTok-Video-Downloader/README.md
2020-06-17 21:43:06 +06:00

22 lines
1.4 KiB
Markdown

# TikTok Video Downloader PHP Script [An issue has been identified related to watermark free version API and this is not functional until the next update]
A simple but effective one page TikTok video downloader script with <b>watermark free support</b> enabled, developed by Tufayel Ahmed
# Screenshot
<img src="https://raw.githubusercontent.com/TufayelLUS/TikTok-Video-Downloader-PHP/master/Screenshot.PNG" alt="Interface" /><br>
# Features
* Supports short url(subject to change), normal video urls(desktop style urls only)
* Supports watermark free video downloading
# Acceptable URL Formats
* https://www.tiktok.com/@username/videoID
* https://vm.tiktok.com/videoID (or similar shorturls)<br>
<b>N.B: </b> Any URL that is not under tiktok.com domain is not supported and will throw error<br>
Do not put URL of m.tiktok.com as this is not redirected to web version automatically and you are requested to collect either short url or desktop urls
# Limitations
* May stop working for a while if the user agent is flagged for abuse. Change user agent if stops working.
* Short URL support is subject to change anytime
* Does not support private videos
* No support for video urls of format m.tiktok.com/v/123456789.htm but supports shorturls and full desktop urls
# Usage
Simply download and deploy. No changes required.
<br>
Live: <a href="https://www.novice-geek.com/tiktok.php">Check Here for Demo</a>