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

Additions and fixes #38

Closed Schmidii99 closed 10 months ago

Schmidii99 commented 10 months ago

Fix file saving with id for links like this: https://www.tiktokv.com/share/video/0000000000000000000/ <- no ? was the problem

Changed the order of execution, so then videos get saved directly after downloading and not storing all videos in memory.

combined getVideoNoWM and getVideoWM to getVideo

Add support for slideshows

Schmidii99 commented 10 months ago

I tested all methods on a MacBook M2.

Schmidii99 commented 10 months ago

I will worked out some more features and fix some bugs