https://github.com/botcahx/tiktokdl
Library for downloading videos from TikTok (without watermark)
https://github.com/botcahx/tiktokdl
latest-version nodejs npmjs-packages scraper-api tikdl tiktok-api tiktok-nowatermark tiktokdl
Last synced: about 1 year ago
JSON representation
Library for downloading videos from TikTok (without watermark)
- Host: GitHub
- URL: https://github.com/botcahx/tiktokdl
- Owner: BOTCAHX
- License: mit
- Created: 2023-08-30T21:07:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T21:23:06.000Z (over 2 years ago)
- Last Synced: 2025-03-25T19:37:53.245Z (about 1 year ago)
- Topics: latest-version, nodejs, npmjs-packages, scraper-api, tikdl, tiktok-api, tiktok-nowatermark, tiktokdl
- Language: JavaScript
- Homepage: https://botcahx.github.io/tiktokdl/
- Size: 33.2 KB
- Stars: 8
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Installation
```sh
npm i tiktokdl
```
# Example For CommonJS
```js
const { tiktokdl } = require('tiktokdl')
const url = 'https://www.tiktok.com/@omagadsus/video/7025456384175017243?is_from_webapp=1&sender_device=pc&web_id6982004129280116226'
// Using tiktokdl
const data = await tiktokdl(url)
console.log(data) // JSON
```
# Example For TypeScript
```ts
import { tiktokdl: TikTok } from "tiktokdl"
const url = 'https://www.tiktok.com/@omagadsus/video/7025456384175017243?is_from_webapp=1&sender_device=pc&web_id6982004129280116226'
// Using tiktokdl
const data = await TikTok(url)
console.log(data) // JSON
```
## Catatan Penting
1. Tiktokdl hanya dapat digunakan untuk mengunduh media yang bersifat publik atau dapat diakses oleh umum.
2. Aplikasi ini tidak berafiliasi atau didukung oleh aplikasi manapun.
3. Pastikan bahwa Anda memiliki izin atau hak cipta untuk mengunduh media sebelum menggunakan aplikasi ini.
## Kontribusi dan Pelaporan Masalah
Jika Anda menemukan masalah atau ingin berkontribusi pada pengembangan aplikasi ini, silakan kunjungi halaman [GitHub repository](https://github.com/BOTCAHX/tiktokdl) kami.
## Lisensi
tiktokdl dilisensikan di bawah [MIT License](https://opensource.org/licenses/MIT). Silakan merujuk pada file LICENSE untuk informasi lebih lanjut.