n0l3r / tiktok-downloader

tiktok downloader is a tool to download video from tiktok with watermark or without watermark. There are two features that is, mass download (by username/urls) and single download (by url).
MIT License
336 stars 139 forks source link

Patch issue 22 #44

Closed NeonGamerBot-QK closed 8 months ago

NeonGamerBot-QK commented 10 months ago

fix issue #22

usage:

# Single Tiktok URL
node . https://...
## No Watermark
node . https://... --no-watermark
# File
node . --txt list.txt
## No Watermark
node . --txt list.txt. --no-watermark
# user
node . --username @example
## No Watermark
node .  --username @example --no-watermark