Download all bookmarked TikTok videos at once on PC (Windows 11, Firefox)?

Hello

With IDM (internet download manager) I can download them one by one, but there are too many…

Is there a script for TamperMonkey or GreaseMonkey to download them all?

Thanks!

1 Like

best way i found is with yt-dlp, on cmd, it downloads on h265, much better quality and lower size, something that downloading through the website is difficult to achieve.
the command yt-dlp -f best tiktok/…
downloads single videos
You can put every link in a text file, and then you use yt-dlp -a file.txt, and it downloads a whole list.

1 Like

See GitHub - yt-dlp/yt-dlp: A feature-rich command-line audio/video downloader

Please don’t promote proprietary apps/links here.

Yes, you can use a Tampermonkey or Greasemonkey script to extract and batch-download links. Look for a script that collects all download URLs from the page and sends them to a download manager like IDM. If the links are direct, you can automate it with GM_download. If not, you might need to parse them from page elements. Would you like help writing a script for your specific case?