View Single Post
Old 04-13-2010, 10:43 PM   #1785
EnergyLens
Hack
EnergyLens began at the beginning.
 
Posts: 34
Karma: 12
Join Date: Dec 2009
Device: Kobo Aura HD, Kindle Paperwhite
Smile 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']
Attached Files
File Type: zip blogArchDate.recipe.zip (1.5 KB, 282 views)

Last edited by EnergyLens; 04-14-2010 at 07:52 AM.
EnergyLens is offline