Hi,

I've been using twill with a python script to automate downloads from web-based databases. Until now, I only needed to fetch text files, so it was pretty simple. I've been using:

go("web address")
b = twill.get_browser()
data = b.result.get_page()

Now, I'm trying to fetch data from a different website, which generates a link to a .zip file. Given that I know the direct URL to the zip file, would it be possible to download it directly using twill? Clicking on the link in the actual page opens a download dialogue box. Is there any way to bypass it and just get the file directly?

Thanks!
Avi
_______________________________________________
twill mailing list
[email protected]
http://lists.idyll.org/listinfo/twill

Reply via email to