TikTok Video Downloader Without Watermark & Music Extractor

Description:

It is one of the best TikTok downloaders to download watermark-free TikTok videos online.You don't need to install any software on your computer or phone, all you need is a TikTok video link, all processing is done on our side, so you can download videos to your device with one click.
Why choose our script? Well, we won't brag about this, but it's one of the most premium scripts on the market and offers more features than competing sites.We made a highly professional user interface and used advanced technology on the front and back end. We are using Vue. Js Single Page Application as well as PHP, SASS, Typescript and Webpack.This makes the script lightweight, responsive, mobile-optimized and cross-platform.

Features:

  • Responsive design
  • vue. js single page application
  • SEO optimization
  • Mobile optimized
  • Using the TikTok Web API
  • Download original audio
  • Original + no watermark video download
  • multiple ad slots
  • social sharing options
  • custom video player
  • share direct link
  • well commented code

Demo

TikTok downloader demo
Admin panel demo
Email:Demo @codespikex. com
Password: password

Requirements

Please read the entire document and requirementsTikTok Downloader Documentation

Disclaimer

Please read this carefully for understanding.

This product is not affiliated with, authorized, maintained, sponsored or endorsed by TikTok or any of its affiliates or subsidiaries.

Use of our custom API outside of this script is strictly prohibited, in which case your license may be blocked.


Changelog

Make sure to always back up your files before updating. I am not responsible for any wrong updates and messing up/losing your previous or actual files.

NOTE:

Version 2.3.8

"Something went wrong" issue fixed
Minor Fixes
/** APP UPDATES **/
\lite\app\Services\TikTok.php

/** CONFIG UPDATE **/
\lite\config\app.php
'version'=>'2.3.7', => 'version'=>'2.3.8'

Version 2.3.7

"Something went wrong" issue fixed
Minor Fixes
/** APP UPDATES **/
\lite\app\Services\TikTok.php

/** CONFIG UPDATE **/
\lite\config\app.php
'version'=>'2.3.6', => 'version'=>'2.3.7'

Version 2.3.6

TikTok mobile links not working issue fixed.
Minor Fixes
/** APP UPDATES **/
\lite\app\Services\TikTok.php

/** CONFIG UPDATE **/
\lite\config\app.php
'version'=>'2.3.5', => 'version'=>'2.3.6'

Version 2.3.5

Fixed missing files in v2.3.4
minor fixes
/** APP UPDATES **/
\lite\app\Services\TikTok.php
\lite\vendor\codespikex\lite\helpers.php

/** CONFIG UPDATE **/
\lite\config\app.php
'version'=>'2.3.4', => 'version'=>'2.3.5'

Version 2.3.4

Tiktok Mobile links not working fixed
minor tweaks
/** APP UPDATES **/
\lite\app\Services\TikTok.php
\lite\vendor\codespikex\lite\helpers.php

/** CONFIG UPDATE **/
\lite\config\app.php
'version'=>'2.3.3', => 'version'=>'2.3.4'

Version 2.3.3

GoogleAdsense issue resolved
Sitemap updated
minor tweaks
/** APP UPDATES **/
\lite\app\Controllers\SitemapController.php
\lite\app\views\sitemap.php
\lite\app\Models\Video.php

/** ASSET FILES **/ 
/assets/js/* (All Files)
/assets/css/app.css

/** SRC FILES **/
\lite\app\src\sass\components\element\_adSpace.sass
\lite\app\src\ts\components\element\adSpace.vue
\lite\app\src\ts\app.ts
* lite\app\package.json updated

/** CONFIG UPDATE **/
\lite\config\app.php
'version'=>'2.3.2', => 'version'=>'2.3.3'

Version 2.3.2

"Something went wrong" issue fixed
Files to Replace

/** APP UPDATES **/
lite/app/Sevices/TikTok.php

/** CONFIG UPDATE **/
\lite\config\app.php
'version'=>'2.3.1', => 'version'=>'2.3.2'

Version 2.3.1

Script Installation issue fixed
Proxies page bug fixed
Files to Replace

/** APP UPDATES **/
install/index.php
install/installer/vendor/* (Complete Folder)

/** ASSET FILES **/ 
/assets/js/* (All Files)

/** SRC FILES **/
/lite/src/ts/pages/Admin/Proxies/Index.vue

/** CONFIG UPDATE **/
\lite\config\app.php
'version'=>'2.3.0', => 'version'=>'2.3.1',

Version 2.3.0

Proxies compatibility added to counter "Something went wrong! Video not found" error
Migration from curl to Guzzle
Video covers now serves directly (No download needed)
Random User-Agents on every request to TikTok
Many more bug fixes
Note: Few days ago TikTok aggressively started using captchas on every request and
started blocking server IPs which causes "Something went wrong! Video not found" error, 
in order to tackle this issue we've added proxies compatibility, proxies will now be used
while getting data from TikTok and there will be much less chance of getting captchas
and hard IP blocks.

You can get cheap shared datacenter proxies pool from Luminati, their price starts at $0.6/Gb.
Luminati Agent:https://bit.ly/luminatiproxies
Files to Replace

/** APP UPDATES **/
/index.php
/cron.php

/lite/vendor/* (Complete Folder)
lite/vendor/codespikex/lite/Utility/Config.php
lite/vendor/codespikex/lite/helpers.php

lite/app/Services/TikTok.php
lite/app/Models/User.php
lite/app/Controllers/DownloadController.php
lite/app/Controllers/API/ProxyController.php (New File)
lite/app/Controllers/API/v1/FetchController.php

lite/routes/api.php
lite/config/proxy.php (New File - It should have write permission)

/** ASSET FILES **/
/assets/js/* (All Files)
/assets/css/app.css

/** SRC FILES **/
lite/src/ts/pages/Admin/Proxies/* (New Folder)
lite/src/ts/routes/index.ts
lite/src/ts/helpers/utils.ts

/lite/src/sass/pages/Admin/_Proxies.sass (New File)
/lite/src/sass/pages/all.sass

/** CONFIG UPDATE **/
\lite\config\app.php
'version'=>'2.2.8', => 'version'=>'2.3.0',

/** IMPORTANT CHANGES **/

After replacing index.php file if you've already installed the script but it is redirecting
you to installation page? Make these changes in index.php file on line 3

Find
define('$INSTALLED$',true); (Only on Line 3)

Replace it with
define('INSTALLED',true);

Version 2.2.8

HD NON-Watermark video download
TikTok API Updated
Minor tweaks
Files to Replace

/** APP UPDATES **/
\lite\app\Services\TikTok.php
\lite\vendors\codspikex\lite\helpers.php
\lite\app\Controllers\DownloadController.php

/** CONFIG UPDATE **/
\lite\config\app.php
'version'=>'2.2.7', => 'version'=>'2.2.8',

Version 2.2.7

Watermark video download issue fixed
TikTok API updated
Minor tweaks
Files to Replace

/** APP UPDATES **/
\lite\app\Services\TikTok.php
\lite\vendors\codspikex\lite\helpers.php

/** CONFIG UPDATE **/
\lite\config\app.php
'version'=>'2.2.6', => 'version'=>'2.2.7',

Version 2.2.6

TikTok API updated
Cronjob issue fixed
Minor tweaks
Files to Replace

/** APP UPDATES **/
\lite\app\Services\TikTok.php
\lite\app\Jobs\CoverChecker.php
\lite\app\Jobs\VideoChecker.php
\lite\app\kernal.php

/** CONFIG UPDATE **/
\lite\config\app.php
'version'=>'2.2.5', => 'version'=>'2.2.6',

Version 2.2.5

Error while fetching tiktok video fixed
Minor tweaks
Files to Replace

/** APP UPDATES **/

\index.php
\lite\vendors\codspikex\lite\helpers.php
\lite\app\views\home.php

/** CREATE FOLDERS **/

\storage\videos
\storage\covers
\storage\user

/** IMPORTANT CHANGES **/

After replacing index.php file if you've already installed the script but is redirecting you to installation page? Make these changes in index.php file on line 3

Find
define('$INSTALLED$',true); (Only on Line 3)

Replace it with
define('INSTALLED',true);

/** CONFIG UPDATE **/
\lite\config\app.php
'version'=>'2.2.4', => 'version'=>'2.2.5',

Version 2.2.4

Video covers not loading fixed
User picture not loading fixed
Original video download fixed
Video preview fixed
Cronjobs updated
Minor tweaks
/** IMPORTANT **/
Delete all entries in "videos" Database table

/** APP UPDATES **/

\lite\app\Controllers\API\v1\FetchController.php
\lite\app\Controllers\DownloadController.php

\lite\app\Jobs\CoverChecker.php
\lite\app\Jobs\VideoChecker.php

\lite\app\Servics\TikTok.php

\lite\vendors\codspikex\lite\helpers.php

\index.php
\cron.php

/** REMOVE **/

\storage\.htacess

/** CONFIG UPDATE **/
\lite\config\app.php
'version'=>'2.2.3', => 'version'=>'2.2.4',

Version 2.2.3

Cronjobs issue fixed.
Extra Code issue fixed.
Minor Fixes
Files to Replace

/** ASSET FILES **/
/assets/js/*.js   (All Files)

/** APP FILES **/
/lite/app/Controllers/API/SettingController.php
/lite/app/Jobs/CoverChecker.php
/lite/vendor/codespikex/lite/helpers.php

/** CONFIG SETTINGS **/
in "/lite/config/app.php" file
change (   'version'=>'2.2.2',   ) => (   'api_version'=>'2.2.3',   )

/** SRC FILES **/
/lite/src/ts/pages/Admin/Code.vue

Version 2.2.2

Non-watermark video download issue fixed.
Files to Replace

/** ASSET FILES **/
/assets/js/*.js

/** APP FILES **/
/lite/app/Controllers/DownloadController.php
/lite/app/Services/TikTok.php

/** CONFIG SETTINGS **/
in "/lite/config/app.php" file
change (   'version'=>'2.2.1',   ) => (   'api_version'=>'2.2.2',   )

//SRC FILES
/lite/src/ts/pages/Admin/Settings.vue

Version 2.2.1

Non-watermark issue fixed.
Extra Code issue fixed.
Minor Fixes
Files to Replace

/** ASSET FILES **/
/assets/css/app.css
/assets/js/*.js (All Files)

/** APP FILES **/
/lite/app/Controllers/DownloadController.php
/lite/app/Controllers/API/v1/FetchController.php
/lite/app/Jobs/VideoChecker.php
/lite/app/Services/TikTok.php

/** FRAMEWORK FILES **/
/lite/vendor/codespikex/lite/helpers.php
/lite/vendor/codespikex/lite/Utility/Config.php

/** CONFIG SETTINGS **/
in "/lite/config/app.php" file
change (   'api_version'=>'v1|v15',   ) => (   'api_version'=>'wrapper',   )
change (   'version'=>'2.1.1',   ) => (   'api_version'=>'2.2.1',   )

//SRC FILES
/lite/src/ts/helpers/utils.ts
/lite/src/ts/layouts/AdminLayout.vue
/lite/src/ts/mixins/SearchInput.ts
/lite/src/ts/pages/Admin/Settings.vue
/lite/src/ts/components/layout/videoBox.vue
/lite/src/ts/components/element/topSearch.vue
/lite/src/ts/components/element/recentSearch.vue

Version 2.1.1

New Tiktok Video Url support (vt.tiktok.com)
Ads Size overflow issue fixed
Show Download size when file is being downloaded
Minor Fixes
Files to Replace

\lite\app\Controllers\DownloadController.php
\lite\vendor\codespikex\lite\helpers.php

\assets\css\app.css
\assets\js\*.js (All Files)

Version 2.1.0

API V1.5 Released
Sitemap.xml fixed
Url change on video screen
Adsense codes improvements
New ad slots on the main page
Google Analytics bugs fixed
Many More Improvements
Files to Replace
\lite\config\code.php
\lite\app\Controllers\API\v1\FetchController.php
\lite\app\Controllers\API\SettingController.php
\lite\app\Controllers\DownloadController.php
\lite\app\Services\TikTok.php
\lite\app\views\home.php
\lite\app\views\sitemap.php
\lite\vendor\codespikex\lite\helpers.php
\lite\vendor\codespikex\lite\Utility\Config.php

\assets\js\*  (All Files)
\assets\css\app.css

Version 2.0.1

-Polyfills Added
-MS Edge(old) Support
-Mobile device touch issue fixed
-Cronjobs fixed
-Placeholder for deleted video cover
-Escape comments in code blocks
-Many more minor fixes
Files to Add
\assets\images\no-image.jpg

Files to Replace
\assets\css\app.css
\assets\css\preloader.min.css
\assets\js\*.js  (Whole Folder)

\lite\app\kernal.php
\lite\app\views\home.php
\lite\app\Models\Video.php
\lite\app\Jobs\ImageChecker.php
\lite\app\Jobs\VideoChecker.php
\lite\app\Controllers\HomeController.php
\lite\app\Controllers\API\SettingController.php
\lite\app\Controllers\API\v1\FetchController.php

Version 2.0

- Complete new UI Design
- Built from Scratch
- Landing Page
- Single Video page Re-design
- New Admin Panel
- CMS Page System
- Customizable Navigation Menu
- Customizable Social Links
- Cronjobs Introduced
- Dark Theme Support
- Framework Updated
- Auth System Improved
- Session Workaround
- API Updated
- Lots of other features
        

TikTok Video Downloader Without Watermark & Music Extractor [Free Download]
TikTok Video Downloader Without Watermark & Music Extractor [Nulled]
PHP Scripts ยป Images and Media

METADATA
  • High Resolution: Yes
  • Compatible Browsers: Firefox, Safari, Opera, Chrome, Edge
  • Files Included: JavaScript JS, CSS, Sass, PHP, SQL, Layered PNG
  • Software Version: PHP 7.x, MySQL 5.x