View Single Post
Old 10-09-2011, 09:15 PM   #1
spedinfargo
Groupie
spedinfargo is the king of the Divan.spedinfargo is the king of the Divan.spedinfargo is the king of the Divan.spedinfargo is the king of the Divan.spedinfargo is the king of the Divan.spedinfargo is the king of the Divan.spedinfargo is the king of the Divan.spedinfargo is the king of the Divan.spedinfargo is the king of the Divan.spedinfargo is the king of the Divan.spedinfargo is the king of the Divan.
 
Posts: 155
Karma: 106422
Join Date: Nov 2010
Device: none
New: Building Windows 8 Blog (simple)

The Building Windows 8 blog is really good reading and their RSS makes for a very simple recipe that makes for a nice little EPUB file for my Nook.

Code:
class AdvancedUserRecipe1318209101(BasicNewsRecipe):
    title          = u'Building Windows 8'
    oldest_article = 99
    max_articles_per_feed = 100
    auto_cleanup = True

    feeds          = [(u'Building Windows 8', u'http://blogs.msdn.com/b/b8/rss.aspx')]
spedinfargo is offline   Reply With Quote