Social Media Video Downloader API using NodeJS!
ソーシャルメディアビデオダウンローダー API
This application provides API to download videos from YouTube
, TikTok
and Instagram
and even more.
Clone the repo:
git clone [email protected]:MrAbdurakhimov/savetube-api.node.js.git
Install using yarn
yarn
Setup .env
file using .env
public example file:
Then run the application in development or in production mode:
yarn dev
yarn start
Download Options:
-
URL:
/download/yt/
-
METHOD:
POST
-
Request body:
{ "url": "Any YouTube URL" }
-
URL:
/download/tt/
-
METHOD:
POST
-
Request body:
{ "url": "Any TikTok URL" }
- Download from YouTube
- With audio, video and quality options
- Save Download video id to Application Database for fast download
- Download from Instagram
- Download video from TikTok
- With watermark
- Without Watermark
- Auth Based download with
API Token
- Download from LinkedIn