Update README.md

This commit is contained in:
Tufayel Ahmed 2024-09-10 23:57:32 +06:00 committed by GitHub
parent ee33e324d1
commit 83274f8cb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,29 +6,29 @@ A simple but effective one page TikTok video downloader script in PHP, developed
* 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)
# Video Download Guide
* First find an acceptable URL format of video to download.
* First find an acceptable URL format for 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)
* Scroll down to the Download video button. There will be both watermarked and watermarked free download button
* In case the watermark free button loads a blank page, please keep refreshing that blank page again until you see the watermark free video. (API glitch)
* Enjoy the video!
# Acceptable URL Formats
* https://www.tiktok.com/@username/video/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
* https://vm.tiktok.com/videoID (or similar short URLs)<br>
<b>N.B: </b> Any URL that is not under the tiktok.com domain is not supported and will throw an error<br>
Do not put the URL of m.tiktok.com as this is not redirected to the web version automatically and you are requested to collect either short URLs or desktop URLs
# Limitations
* 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.
* Short URL support is subject to change anytime
* May stop working for a while if the user agent is flagged for abuse. Change the user agent if stops working.
* Sometimes it may throw a captcha and the downloader might fail at that time. Try later in such cases.
* Short URL support is subject to change at any time
* 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
* No support for video URLs of format m.tiktok.com/v/123456789.htm but supports short URLs and full desktop URLs
# Usage
Simply download and deploy. No changes required.
<br>
Live: Not Available Anymore due to no financial support.
Live: Not Available Anymore due to no sponsorships.
# 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.
* Try once again and wait for the "Download Video" button to appear in the 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 an open issue for that. As soon as I have a feasible solution, I will update the code mentioning the changes.