diff --git a/index.php b/index.php index b014c40..38cc7fa 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,6 @@ TikTok Video Downloader + - + @@ -105,12 +110,13 @@ function getContent($url)

Download TikTok video easily!

-

Watermark free download is available again! Shorturl support is subject to change!

+

Watermark free version is back again! Shorturl support is subject to change!

+
- Paste a video url below and press "Download". Now scroll down to "Download Video" button and press to initiate the download process. + Paste a video url below and press "Download". Now scroll down to "Download Video" button and press to initiate the download process.

-
+

@@ -124,24 +130,25 @@ function getContent($url) $contentURL = explode("\"",$check[1])[0]; $thumb = explode("\"",explode("\"thumbnailUrl\":[\"", $resp)[1])[0]; $username = explode("/",explode("@",explode("\"",explode("\"url\":\"", $resp)[1])[0])[1])[0]; - /* Below code was for watermark free, but its not working currently */ $videoKey = getKey($contentURL); $cleanVideo = "https://api.tiktokv.com/aweme/v1/playwm/?video_id=$videoKey"; + $cleanVideo = getContent($cleanVideo, true); ?> - +
+

Bot/Scraper Development Services: We-Can-Solve.com
  • a video by @
  • -
  • +
  • If the video opens directly, try saving it by pressing CTRL+S or on phone, save from three dots in the bottom left corner
@@ -152,13 +159,14 @@ function getContent($url) { ?> + $(document).ready(function(){ + $('html, body').animate({ + scrollTop: ($('#result').offset().top) + },1000); + }); +
+

Bot/Scraper Development Services: We-Can-Solve.com
Please double check your url and try again.