View Single Post
Old 01-27-2010, 04:04 PM   #5
kiklop74
Guru
kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.
 
kiklop74's Avatar
 
Posts: 800
Karma: 194644
Join Date: Dec 2007
Location: Argentina
Device: Kindle Voyage
Here is an example where feed mixing works:

Code:
class AdvancedUserRecipe1264626029(BasicNewsRecipe):
    title          = u'Somenews'
    oldest_article = 7
    max_articles_per_feed = 100
    use_embedded_content  = True
    encoding              = 'utf8'
    
    feeds          = [  
                        (u'Kindle World', u'http://feeds2.feedburner.com/AKindleWorld')
                      , (u'Dilbert RSS', u'http://feeds.feedburner.com/DilbertDailyStrip')
                     ]
kiklop74 is offline   Reply With Quote