Package Exports
- @silent-tech-offc/ttdl
- @silent-tech-offc/ttdl/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@silent-tech-offc/ttdl) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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