Universal Blogspot Downloader
Here is a recipe to download any blog hosted by blogspot provided the author uses the Blog Archive widget. You can specify specific Months and Years to download. years=[] will download all years; months=[] will download all months.
To customize this recipe for your target blog:
Within class Blogger:
1. Edit the name and description to reflect the blog you are targeting
2. Edit the INDEX to point to the root URL for the blog you are targeting
Withing "def parse_index"
1. For all years set years=[]
2. For specific years set years to a list of targets: years=['2010','2007']
3. For all months set months=[]
4. For specific months set months to a list of targets: months=['January']
Last edited by EnergyLens; 04-14-2010 at 07:52 AM.
|