Website downloader library

Posted by Midhat on Stack Overflow See other posts from Stack Overflow or by Midhat
Published on 2010-03-15T14:50:31Z Indexed on 2010/03/15 15:09 UTC
Read the original article Hit count: 353

I need to put a little project together for myself, and I need some functionality to download a page for offline viewing. Is there a library that will download a given page and its embedded images, and edit the img tags to reflect the local locations of the images.

I know there are a lot of website downloaders out there, but I cant find something that i can use directly in my code.

I have some basic scripts done in python, so Python is very welcome. but pretty much any language will do.

© Stack Overflow or respective owner

Related posts about offline-browsing

Related posts about website-download