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

Downloads not being saved? #33

Open snapboss opened 11 months ago

snapboss commented 11 months ago

The download starts using txt file. It starts downloading but i cant find the downloaded files anywhere. Where are they being saved?

Schmidii99 commented 8 months ago

I found the issue, they are first stored in ram before saving them. You can look at line 238 - 246 in index.js. I will create a pull request once i got it running cause i can not store 6k tiktoks in ram...