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
327 stars 130 forks source link

Download history file pls #64

Open Datbug opened 2 months ago

Datbug commented 2 months ago

Is your feature request related to a problem? Please describe.

I move my downloads to another external SSD so when I want to download more videos from one account I have to download all the videos again

Describe the solution you'd like

I would like a download history file so I don't download the same videos again (yt-dlp does it with the link id I think but tiktok no longer works there)

Describe alternatives you've considered

Additional context Add any other context or screenshots about the feature request here.

Before, what I did in yt-dlp was go to the profile that I wanted to download and use a script to obtain the video links up to where the page was loaded, and then put them in a .txt and download them and yt-dlp filtered the ones that were already They were downloaded using --download-archive. Thanks for your project :)