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!
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!
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.
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?