Is it possible to monitor a direct link to a Zip file

Hi

I’m using distill to follow the change on various webpages, but i need now to follow an URL adress which points directly on a ZIP file.

How can i do that in distill, can i use the webpage monitor?
As the URL adress correspond to a zip file, will distill informs me when the size / date of the the file will be changed?

Thanks in advance

1 Like

@jmtrespaillebarrau If the page you’re monitoring displays information about the ZIP file’s size or date, you can monitor its innerHTML or the href attribute. Distill will alert you if the linked URL, the file size, or other details in the innerHTML change.

1 Like

Thanks that’s perfect for me.
Have a nice day