Saving Web Content
Saving Web Content
- Subject: Saving Web Content
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Thu, 6 May 2004 07:29:23 +0200
I am looking for a tool which can save a www-page + imbedded images +
references style sheets to some folder, so that I can view this page
later offline.
If there is no such tool, where should I start building my own:
WebDownload, NSURLDownload, or NSData dataWithContentsOfURL: ?
The next step would then be: parse the downloaded page for <img ..> and
download these as well (maybe modifying references from absolute to
relative).
Is this feasable?
Gerriet.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.