drwiiche / Tiktok2Youtube-shorts

2 Simple Script to download TikTok clips without a watermark, used node js and puppeteer headless browser to titles + append #shorts and save videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tiktok2Youtube-shorts

simple script to download tiktok clips without watermark, used node js+ puppeteer

allvideosuser script download all videos of single user

tiktok script download videos and descriptions from search result and add #shorts to it

warning that script does bulk download, it can be alot of gigas depends on keyword or profile videos

requirements:

  • Node Js

  • Puppeteer

  • puppeteer-extra-plugin-stealth

  • puppeteer-extra-plugin-adblocker

  • puppeteer-extra

Installtion:

After install Node js use this commands in project directory:

  • npm i Puppeteer

  • npm install puppeteer puppeteer-extra

  • npm install puppeteer-extra-plugin-stealth puppeteer-extra-plugin-adblocker

How to use:

edit keyword in tiktok or user profile url in allvideos..

in terminal or command prompt use:

  • node tiktok

for keyword videos download or

  • node allvideosuser

for download all videos of single user
result will be saved in names.txt and videos in same location.

Remember to change Keyword (@willSmith) to keyword or id

all videos will be saved no watermark unless the user reupload his clips with logo now u can bulk upload to your youtube channel with just click make sure to not take a copyright music or videos!

i made it for personal use but you are free to use or update

Cheers

About

2 Simple Script to download TikTok clips without a watermark, used node js and puppeteer headless browser to titles + append #shorts and save videos

License:MIT License


Languages

Language:JavaScript 100.0%