Auto download from 10 links on a page and check for downloaded links

Imagine this site which has new download links periodically, arranged in chronological order.

How do I program it such that it auto-downloads only links that have not been downloaded before, and unzip everything into a specified folder? Best if you could share a sample script with me that does that exactly.

Thanks.!

Hi @auto,

Can you tell some sample website, that we could try?

You can use this as a sample: Popular Software - FileHippo.com

However, the website I’m on only allows 1 download at a time, so the script will need to auto-initialize the next download only when the current 1 is done. Is that possible?

any comments?