JSPM

@silent-tech-offc/ttdl

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q60876F
  • License MIT

Fast TikTok video downloader for Node.js. Download TikTok videos without watermark, get HD quality, music, and metadata. Simple promise-based API.

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

npm version downloads license

Fast TikTok video downloader for Node.js. No watermark. HD quality. Zero dependencies.

Install

npm install @silent-tech-offc/ttdl

Usage

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