TikTok-Video-Downloader/README.md

35 lines
2.3 KiB
Markdown
Raw Normal View History

2020-11-01 13:01:15 +03:00
# TikTok Video Downloader PHP Script
2023-02-03 15:14:37 +03:00
A simple but effective one page TikTok video downloader script in PHP, developed by Tufayel Ahmed
2020-04-12 15:54:05 +03:00
# Screenshot
2020-04-12 16:02:29 +03:00
<img src="https://raw.githubusercontent.com/TufayelLUS/TikTok-Video-Downloader-PHP/master/Screenshot.PNG" alt="Interface" /><br>
2020-05-11 19:15:42 +03:00
# Features
2020-05-30 20:49:02 +03:00
* Supports short url(subject to change), normal video urls(desktop style urls only)
* Supports watermark free video downloading (thanks to <b>@dutchtom91</b> for the API suggestion)
2020-07-28 09:18:07 +03:00
# Video Download Guide
* First find an acceptable URL format of video to download.
* Paste it in the input field of the webpage
* Press download button
* Scroll down to Download video button. There will be both watermarked and watermark free download button
* In case watermark free button loads blank page, please keep refreshing that blank page again until you see the watermark free video. (API glitch)
* Enjoy the video!
2020-06-14 11:52:59 +03:00
# Acceptable URL Formats
2020-08-02 09:07:09 +03:00
* https://www.tiktok.com/@username/video/videoID
2020-06-14 11:52:59 +03:00
* 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
2020-04-25 11:20:22 +03:00
# Limitations
2020-05-11 19:15:42 +03:00
* May stop working for a while if the user agent is flagged for abuse. Change user agent if stops working.
* Sometimes it may throw captcha and downloader might fail at that time. Try later in such cases.
2020-05-11 19:15:42 +03:00
* Short URL support is subject to change anytime
2020-05-30 20:49:02 +03:00
* 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
2020-04-12 15:15:18 +03:00
# Usage
Simply download and deploy. No changes required.
<br>
2022-05-17 18:49:59 +03:00
Live: Not Available Anymore due to no financial support.
2020-10-02 11:57:41 +03:00
# Troubles Downloading Videos?
* Create an issue in this repository and I will get to know.
* Make sure to follow correct video URL format.
* Try once again and wait for "Download Video" button to appear in bottom section of the page. It should auto scroll for you, if not, scroll down manually.
* Please do not create issues about "Watermark free videos not downloading after videos uploaded from and after 27th July, 2020" as there is already a open issue for that. As soon as I have a solution that is feasible, I will update the code mentioning the changes.