Is there a way to download an entire Blogspot blog in HTML format, without the ads and associated cruft?
|
migrated from superuser.com Aug 14 '11 at 23:02
|
Just my two cents ... Winhttrack? |
|||||
|
|
Perl has several good modules for doing this. LWP: Both can be found on http://search.cpan.org From the command line, when this tool is called, you can recursively grab all files in the directory by typing Wget: http://www.gnu.org/software/wget/ As for out of the box software that you can use on a GUI, I am of no help. |
||||
|
|
|
For the owners of the blog... Google provides the functionality to download the entire blog (posts, comments, the whole nine yards). http://www.dataliberation.org/google/blogger In case of content from other people's blog, copyright violation comes into the picture. |
|||
|
|
|
use an adblocker addon in your browser to remove the adds. use the save as feature in your browser to save the html. |
|||||
|
protected by Community♦ Oct 18 '12 at 5:04
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.