diff --git a/index.php b/index.php
index 374d978..b014c40 100644
--- a/index.php
+++ b/index.php
@@ -105,7 +105,7 @@ function getContent($url)
Paste a video url below and press "Download". Now scroll down to "Download Video" button and press to initiate the download process.
@@ -125,8 +125,8 @@ function getContent($url)
$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://api2.musical.ly/aweme/v1/playwm/?video_id=$videoKey";
+ $videoKey = getKey($contentURL);
+ $cleanVideo = "https://api.tiktokv.com/aweme/v1/playwm/?video_id=$videoKey";
?>