@silent-tech-offc/ttdl
v1.0.0
Published
Fast TikTok video downloader for Node.js. Download TikTok videos without watermark, get HD quality, music, and metadata. Simple promise-based API.
Maintainers
Readme
@silent-tech-offc/ttdl
Fast TikTok video downloader for Node.js. No watermark. HD quality. Zero dependencies.
Install
npm install @silent-tech-offc/ttdlUsage
const { download } = require("@silent-tech-offc/ttdl");
const v = await download("https://www.tiktok.com/@user/video/1234");
console.log(v.videoNoWatermark);API
download(url)
Returns: { id, title, author, duration, cover, video, videoNoWatermark, music, stats }
Why this package?
- Zero dependencies
- TypeScript types included
- Promise-based modern API
- HD + no-watermark URLs
- Full metadata (likes, plays, comments, shares)
Keywords
tiktok downloader, tiktok dl, ttdl, tiktok api, tiktok no watermark, download tiktok video, tiktok mp4, tiktok scraper
License
MIT (c) silent-tech-offc
