View Single Post
Old 07-13-2011, 10:51 AM   #4
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by migsilva View Post
Hi all

Can someone please let me now or post a working example of a recipe that accesses a newspaper or magazine that requires a password and uses feedburner?
There's nothing special about feedburner as a source. These builtins use feedburner feeds:

Spoiler:
Code:
recipes\adventuregamers.recipe/56:     feeds = [(u'Articles', u'http://feeds2.feedburner.com/AdventureGamers')]
recipes\ajiajin.recipe/21:     feeds          = [(u'blog', u'http://feeds.feedburner.com/Asiajin')]
recipes\american_thinker.recipe/38:     feeds = [(u'http://feeds.feedburner.com/americanthinker'),
recipes\american_thinker.recipe/39: 		     (u'http://feeds.feedburner.com/AmericanThinkerBlog')
recipes\amspec.recipe/40:     feeds = [ (u'Articles', u'http://feeds.feedburner.com/amspecarticles')]
recipes\an_druma_mor.recipe/11:     feeds          = [(u'Nuacht Laeth\xfail', u'http://feeds.feedburner.com/NuachtLneLaethilArAnDrumaMr')]
recipes\avantaje.recipe/53:                         (u'Feeds', u'http://feeds.feedburner.com/Avantaje')
recipes\baltimore_sun.recipe/173:         print article.get('feedburner_origlink', article.get('guid', article.get('link')))
recipes\baltimore_sun.recipe/174:         return article.get('feedburner_origlink', article.get('guid', article.get('link')))
recipes\big_oven.recipe/40:         url = article.get('feedburner_origlink',article.get('link', None))
recipes\big_oven.recipe/72:                    (u'Recipe Of The Day', u'http://feeds.feedburner.com/bigovencom-RecipeOfTheDay')]
recipes\big_picture.recipe/12:     feeds          = [(u'Big Picture', u'http://feeds.feedburner.com/TheBigPicture')]
recipes\biggovernment.recipe/18:     feeds = [(u'Big Government', u'http://feeds.feedburner.com/BigGovernment')]
recipes\business_insider.recipe/44:               (u'Latest'      , u'http://feeds2.feedburner.com/businessinsider'                          )
recipes\business_insider.recipe/45:              ,(u'Markets'     , u'http://feeds.feedburner.com/TheMoneyGame'                              )
recipes\business_insider.recipe/46:              ,(u'Wall Street' , u'http://feeds.feedburner.com/clusterstock'                              )
recipes\business_insider.recipe/47:              ,(u'Tech'        , u'http://feeds.feedburner.com/typepad/alleyinsider/silicon_alley_insider')
recipes\business_insider.recipe/48:              ,(u'The Wire'    , u'http://feeds.feedburner.com/businessinsider/thewire'                   )
recipes\business_insider.recipe/49:              ,(u'War Room'    , u'http://feeds.feedburner.com/businessinsider/warroom'                   )
recipes\business_insider.recipe/50:              ,(u'Sports'      , u'http://feeds.feedburner.com/businessinsider/sportspage'                )
recipes\business_insider.recipe/51:              ,(u'Tools'       , u'http://feeds.feedburner.com/businessinsider/tools'                     )
recipes\business_insider.recipe/52:              ,(u'Travel'      , u'http://feeds.feedburner.com/businessinsider/travel'                    )
recipes\carta.recipe/42:     feeds =  [ (u'Carta', u'http://feeds2.feedburner.com/carta-standard-rss') ]
recipes\catholic_news_agency.recipe/10:     feeds          = [(u'U.S. News', u'http://feeds.feedburner.com/catholicnewsagency/dailynews-us'),
recipes\catholic_news_agency.recipe/11: 		(u'Vatican', u'http://feeds.feedburner.com/catholicnewsagency/dailynews-vatican'),
recipes\catholic_news_agency.recipe/12: 		(u'Bishops Corner', u'http://feeds.feedburner.com/catholicnewsagency/columns/bishopscorner'),
recipes\catholic_news_agency.recipe/13: 		(u'Saint of the Day', u'http://feeds.feedburner.com/catholicnewsagency/saintoftheday')]
recipes\chicago_breaking_news.recipe/33:     feeds = [(u'Breaking news', u'http://feeds2.feedburner.com/ChicagoBreakingNews/')]
recipes\chicago_tribune.recipe/70:              ('iPhone Blog', 'http://feeds.feedburner.com/redeye/iphoneblog'),
recipes\chicago_tribune.recipe/76:         print article.get('feedburner_origlink', article.get('guid', article.get('link')))
recipes\chicago_tribune.recipe/77:         return article.get('feedburner_origlink', article.get('guid', article.get('link')))
recipes\climate_progress.recipe/45:     feeds = [(u'Posts', u'http://feeds.feedburner.com/climateprogress/lCrX')]
recipes\coding_horror.recipe/40:     feeds = [(u'Articles', u'http://feeds2.feedburner.com/codinghorror' )]
recipes\cosmopolitan.recipe/46:                   (u'Articulos', u'http://feeds.feedburner.com/cosmohispano/FSSt')
recipes\cracked_com.recipe/17:     feeds = [ (u'Articles', u'http://feeds.feedburner.com/CrackedRSS/') ]
recipes\dailyreckoning.recipe/31:     feeds = [(u'Articles', u'http://feeds.feedburner.com/dailyreckoning?format=xml')]
recipes\dailyreckoning.recipe/43:         return article.get('feedburner_origlink', article.get('link'))
recipes\dawn.recipe/27:     feeds.append((u'Pakistan News', u'http://feeds2.feedburner.com/dawn/news/pakistan'))
recipes\dawn.recipe/28:     feeds.append((u'World News', u'http://feeds2.feedburner.com/dawn/news/world'))
recipes\dawn.recipe/29:     feeds.append((u'Business News', u'http://feeds2.feedburner.com/dawn/news/business'))
recipes\dawn.recipe/30:     feeds.append((u'Sport News', u'http://feeds2.feedburner.com/dawn/news/sport'))
recipes\dawn.recipe/31:     feeds.append((u'Cricket News', u'http://feeds2.feedburner.com/dawn/news/cricket'))
recipes\dawn.recipe/32:     feeds.append((u'Sci-tech News', u'http://feeds2.feedburner.com/dawn/news/technology'))
recipes\dawn.recipe/33:     feeds.append((u'Entertainment News', u'http://feeds2.feedburner.com/dawn/news/entertainment'))
recipes\dawn.recipe/34:     feeds.append((u'Columnists', u'http://feeds2.feedburner.com/dawn/news/columnists'))
recipes\de_standaard.recipe/24:     feeds          = [(u'De Standaard Online', u'http://feeds.feedburner.com/dso-front')]
recipes\di.recipe/37: 		(u'Dziennik Internaut\u00f3w', u'http://feeds.feedburner.com/glowny-di')
recipes\diario_sport.recipe/13:     feeds          = [(u'Sport', u'http://feeds.feedburner.com/sport/ultimahora')]
recipes\dilbert.recipe/34:         return article.get('feedburner_origlink', None)
recipes\dosisdiarias.recipe/31:     feeds = [(u'Dosis diaria', u'http://feeds.feedburner.com/montt' )]
recipes\drivelry.recipe/26:  'http://feeds.feedburner.com/drivelry'),
recipes\ecogeek.recipe/32:     feeds = [(u'Posts', u'http://feeds2.feedburner.com/EcoGeek')]
recipes\economist_free.recipe/36:                 'http://feeds.feedburner.com/economist/full_print_edition',
recipes\ecotrend.recipe/42:     feeds = [(u'Articles', u'http://feeds2.feedburner.com/MishsGlobalEconomicTrendAnalysis')]
recipes\elclubdelebook.recipe/41:     feeds = [(u'Articulos', u'http://feeds.feedburner.com/ElClubDelEbook')]
recipes\epicurious.recipe/41:              (u'Blogs ', u'http://feeds.feedburner.com/epicurious/epiblog')
recipes\epl_talk.recipe/47:                (u'EPL Talk', u'http://feeds.feedburner.com/EPLTalk'),
recipes\epl_talk.recipe/48:                (u'MLS Talk', u'http://feeds.feedburner.com/majorleaguesoccertalksite'),
recipes\explosm.recipe/17:              (u'Explosm Feed', u'http://feeds.feedburner.com/Explosm')
recipes\fan_graphs.recipe/29:     (u'Fangraphs', u'http://feeds.feedburner.com/FanGraphs?format=xml'),
recipes\fan_graphs.recipe/30:     (u'Rotographs', u'http://www.wizardrss.com/feed/feeds.feedburner.com/RotoGraphs?format=xml'),
recipes\fastcompany.recipe/38:     feeds          = [(u'All News', u'http://feeds.feedburner.com/fastcompany/headlines')]
recipes\financialsense.recipe/44:     feeds = [(u'Articles', u'http://feeds.feedburner.com/fso')]
recipes\flickr.recipe/46:                      (u'BLOG', u'http://feeds.feedburner.com/Flickrblog'),
recipes\freakonomics.recipe/16:     feeds = [('Blog', 'http://feeds.feedburner.com/freakonomicsblog')]
recipes\futurismic.recipe/33:     feeds = [(u'Posts', u'http://feeds2.feedburner.com/futurismic_feed')]
recipes\gamasutra_fa.recipe/45:     feeds = [(u'Feature Articles', u'http://feeds.feedburner.com/GamasutraFeatureArticles')]
recipes\gamasutra_news.recipe/37:     feeds = [(u'News', u'http://feeds.feedburner.com/GamasutraNews')]
recipes\geek_poke.recipe/35:     feeds          = [(u'Geek and Poke', u'http://feeds.feedburner.com/GeekAndPoke?format=xml')]
recipes\glamour.recipe/32:                     (u'Save the Date', u'http://feeds.feedburner.com/glamour/save-the-date'),
recipes\glamour.recipe/34:                     (u'Save the Date', u'http://feeds.feedburner.com/glamour/save-the-date'),
recipes\glennbeck.recipe/22:     feeds = [(u'Glenn Beck', u'http://feeds.feedburner.com/GlennBeckArticles')]
recipes\go4it.recipe/44:            (u'Feeds', u'http://feeds2.feedburner.com/Go4itro-Stiri')
recipes\hallo_assen.recipe/30:     feeds          = [(u'Ons Nieuws', u'http://feeds.feedburner.com/halloassen/onsnieuws'), (u'Politie', u'http://www.halloassen.nl/rss/?c=37'), (u'Rechtbank', u'http://www.halloassen.nl/rss/?c=39'), (u'Justitie', u'http://www.halloassen.nl/rss/?c=36'), (u'Evenementen', u'http://www.halloassen.nl/rss/?c=34'), (u'Cultuur', u'http://www.halloassen.nl/rss/?c=32'), (u'Politiek', u'http://www.halloassen.nl/rss/?c=38'), (u'Economie', u'http://www.halloassen.nl/rss/?c=33')]
recipes\hartford_courant.recipe/42:              ('Breaking News', 'http://feeds.feedburner.com/courant-breaking-news/'),
recipes\hartford_courant.recipe/43:              ('Nation/World News', 'http://feeds.feedburner.com/courant-nation-world/'),
recipes\hartford_courant.recipe/44:              ('Connecticut News', 'http://feeds.feedburner.com/courant-connecticut-news/'),
recipes\hartford_courant.recipe/45:              ('Hartford News', 'http://feeds.feedburner.com/courant-hartford/'),
recipes\hartford_courant.recipe/46:              ('West Hartford News', 'http://feeds.feedburner.com/courant-west-hartford/'),
recipes\hartford_courant.recipe/47:              ('Bristol', 'http://feeds.feedburner.com/courant-bristol/'),
recipes\hartford_courant.recipe/48:              ('Politics', 'http://feeds.feedburner.com/courant-politics/'),
recipes\hartford_courant.recipe/49:              ('Opinion', 'http://feeds.feedburner.com/courant-opinion/'),
recipes\hartford_courant.recipe/50:              ('Editorials', 'http://feeds.feedburner.com/courant-editorials/'),
recipes\hartford_courant.recipe/51:              ('Letters', 'http://feeds.feedburner.com/courant-letters/'),
recipes\hartford_courant.recipe/52:              ('Bob Englehart', 'http://feeds2.feedburner.com/BobEnglehartEnglehartsView'),
recipes\hartford_courant.recipe/53:              ('Business', 'http://feeds.feedburner.com/courant-business/'),
recipes\hartford_courant.recipe/54:              ('Sports', 'http://feeds.feedburner.com/courant-sports/'),
recipes\hartford_courant.recipe/55:              ('Features', 'http://feeds.feedburner.com/courant-features/'),
recipes\hartford_courant.recipe/56:              ('Consumer', 'http://feeds.feedburner.com/courant-consumer/'),
recipes\hartford_courant.recipe/57:              ('Shopping', 'http://feeds.feedburner.com/courant-shopping/'),
recipes\hartford_courant.recipe/58:              ('Arts & Theater', 'http://feeds.feedburner.com/courant-entertainment/'),
recipes\hartford_courant.recipe/59:              ('Entertainment', 'http://feeds.feedburner.com/courant-stage/'),
recipes\hartford_courant.recipe/60:              ('Music', 'http://feeds.feedburner.com/courant-music/'),
recipes\hartford_courant.recipe/61:              ('TV', 'http://feeds.feedburner.com/courant-tv/'),
recipes\hartford_courant.recipe/62:              ('Movies', 'http://feeds.feedburner.com/courant-movies/'),
recipes\hartford_courant.recipe/63:              #('Metromix headlines', 'http://feeds.feedburner.com/metromix/topheadlines/'),
recipes\hartford_courant.recipe/64:              #('Metromix events', 'http://feeds.feedburner.com/metromix/events/'),
recipes\hartford_courant.recipe/65:              #('Metromix restaurants', 'http://feeds.feedburner.com/metromix/restaurants/'),
recipes\hartford_courant.recipe/66:              ('Outdoors', 'http://feeds.feedburner.com/courant-outdoors/'),
recipes\hartford_courant.recipe/67:              ('Peter Marteka', 'http://feeds.feedburner.com/courant-marteka-column/'),
recipes\hartford_courant.recipe/68:              ('Susan Campbell', 'http://feeds.feedburner.com/courant-campbell-column/'),
recipes\hartford_courant.recipe/69:              ('Helen Ubinas', 'http://feeds.feedburner.com/courant-helen-ubinas-column/'),
recipes\hartford_courant.recipe/70:              ('Jim Shea', 'http://feeds.feedburner.com/courant-jim-shea-column/'),
recipes\hartford_courant.recipe/71:              ('Tom Condon', 'http://feeds.feedburner.com/courant-tom-condon-column/'),
recipes\hartford_courant.recipe/72:              ('Colin McEnroe', 'http://feeds.feedburner.com/courant-colin-mcenroe-column/'),
recipes\hartford_courant.recipe/77:         print article.get('feedburner_origlink', article.get('guid', article.get('link')))
recipes\hartford_courant.recipe/78:         return article.get('feedburner_origlink', article.get('guid', article.get('link')))
recipes\hna.recipe/60:     feeds =  [ ('hna_soehre', 'http://feeds2.feedburner.com/hna/soehre'),
recipes\hna.recipe/61: 	       ('hna_kassel', 'http://feeds2.feedburner.com/hna/kassel') ]
recipes\hotair.recipe/39:         ('Hot Air', 'http://feeds.feedburner.com/hotair/main'),
recipes\hotair.recipe/40:         ('The Greenroom', 'http://feeds2.feedburner.com/hotair/greenroom')
recipes\imperatortravel.recipe/64:                         (u'Feeds', u'http://feeds.feedburner.com/ImperatorTravels')
recipes\iprofesional.recipe/48:               (u'Ultimas noticias'  , u'http://feeds.feedburner.com/iprofesional-principales-noticias')
recipes\iprofesional.recipe/49:              ,(u'Finanzas'          , u'http://feeds.feedburner.com/iprofesional-finanzas'            )
recipes\iprofesional.recipe/50:              ,(u'Impuestos'         , u'http://feeds.feedburner.com/iprofesional-impuestos'           )
recipes\iprofesional.recipe/51:              ,(u'Negocios'          , u'http://feeds.feedburner.com/iprofesional-economia'            )
recipes\iprofesional.recipe/52:              ,(u'Comercio Exterior' , u'http://feeds.feedburner.com/iprofesional-comercio-exterior'   )
recipes\iprofesional.recipe/53:              ,(u'Tecnologia'        , u'http://feeds.feedburner.com/iprofesional-tecnologia'          )
recipes\iprofesional.recipe/54:              ,(u'Management'        , u'http://feeds.feedburner.com/iprofesional-managment'           )
recipes\iprofesional.recipe/55:              ,(u'Marketing'         , u'http://feeds.feedburner.com/iprofesional-marketing'           )
recipes\iprofesional.recipe/56:              ,(u'Legales'           , u'http://feeds.feedburner.com/iprofesional-legales'             )
recipes\iprofesional.recipe/57:              ,(u'Autos'             , u'http://feeds.feedburner.com/iprofesional-autos'               )
recipes\iprofesional.recipe/58:              ,(u'Vinos'             , u'http://feeds.feedburner.com/iprofesional-vinos-bodegas'       )
recipes\journalofaccountancy.recipe/45:     feeds.append((u'Journal of Accountancy', u'http://feeds2.feedburner.com/JournalOfAccountancy'))
recipes\kompiutierra.recipe/25:     feeds = [(u'Компьютерра-Онлайн', 'http://feeds.feedburner.com/ct_news/'),]
recipes\kukuburi.recipe/28:         (u'Kukuburi', u'http://feeds2.feedburner.com/Kukuburi')
recipes\laprensa_hn.recipe/44:     feeds = [(u'Noticias', u'http://feeds.feedburner.com/laprensa_titulares')]
recipes\latimes.recipe/71:              ,(u'Arts&Culture'         , u'http://feeds.feedburner.com/latimes/entertainment/news/arts'     )
recipes\latimes.recipe/72:              ,(u'Entertainment News'   , u'http://feeds.feedburner.com/latimes/entertainment/news/'         )
recipes\latimes.recipe/73:              ,(u'Movie News'           , u'http://feeds.feedburner.com/latimes/entertainment/news/movies/'  )
recipes\latimes.recipe/74:              ,(u'Movie Reviews'        , u'http://feeds.feedburner.com/movies/reviews/'                     )
recipes\latimes.recipe/75:              ,(u'Music News'           , u'http://feeds.feedburner.com/latimes/entertainment/news/music/'   )
recipes\latimes.recipe/76:              ,(u'Pop Album Reviews'    , u'http://feeds.feedburner.com/latimes/pop-album-reviews'           )
recipes\latimes.recipe/77:              ,(u'Restaurant Reviews'   , u'http://feeds.feedburner.com/latimes/restaurant/reviews'          )
recipes\latimes.recipe/78:              ,(u'Theatar and Dance'    , u'http://feeds.feedburner.com/latimes/theaterdance'                )
recipes\latimes.recipe/84:              ,(u'Commentary'           , u'http://feeds2.feedburner.com/latimes/news/opinion/commentary/'   )
recipes\lavanguardia.recipe/38:                             (u'Portada'           , u'http://feeds.feedburner.com/lavanguardia/home'   )
recipes\lavanguardia.recipe/39:                           ,(u'Cultura'              , u'http://feeds.feedburner.com/lavanguardia/cultura'      )
recipes\lavanguardia.recipe/40:                            ,(u'Deportes'             , u'http://feeds.feedburner.com/lavanguardia/deportes'     )
recipes\lavanguardia.recipe/41:                            ,(u'Economia'             , u'http://feeds.feedburner.com/lavanguardia/economia'     )
recipes\lavanguardia.recipe/42:                            ,(u'El lector opina'      , u'http://feeds.feedburner.com/lavanguardia/lectoropina'  )
recipes\lavanguardia.recipe/43:                            ,(u'Gente y TV'           , u'http://feeds.feedburner.com/lavanguardia/gente'        )
recipes\lavanguardia.recipe/44:                            ,(u'Internacional'        , u'http://feeds.feedburner.com/lavanguardia/internacional')
recipes\lavanguardia.recipe/45:                            ,(u'Internet y tecnologia', u'http://feeds.feedburner.com/lavanguardia/internet'     )
recipes\lavanguardia.recipe/46:                            ,(u'Motor'                , u'http://feeds.feedburner.com/lavanguardia/motor'        )
recipes\lavanguardia.recipe/47:                            ,(u'Politica'             , u'http://feeds.feedburner.com/lavanguardia/politica'     )
recipes\lavanguardia.recipe/48:                            ,(u'Sucesos'             , u'http://feeds.feedburner.com/lavanguardia/sucesos'      )
recipes\ledevoir.recipe/54:                        (u'Edition complete', 'http://feeds2.feedburner.com/fluxdudevoir'),
recipes\marctv.recipe/30:     feeds          = [(u'Spiele', u'http://feeds.feedburner.com/marctv/spiele'), (u'Leben', u'http://feeds.feedburner.com/marctv/leben'), (u'Medien', u'http://feeds.feedburner.com/marctv/medien')]
recipes\michellemalkin.recipe/44:     feeds = [(u'http://feeds.feedburner.com/michellemalkin/posts')]
recipes\motherjones.recipe/40:     feeds.append((u'Latest News', u'http://feeds.feedburner.com/motherjones/main?format=xml'))
recipes\motherjones.recipe/84:         Some of the feeds are served by feedburner (grr). Then the workaround to get their
recipes\motherjones.recipe/87:         if hasattr(article, 'feedburner_origlink'):
recipes\motherjones.recipe/88:             return article.feedburner_origlink
recipes\new_london_day.recipe/61:         return article.get('feedburner_origlink', article.get('guid', article.get('link')))
recipes\nme.recipe/38:     (u'NME News', u'http://feeds2.feedburner.com/nmecom/rss/newsxml'),
recipes\nme.recipe/39:     (u'Reviews', u'http://feeds2.feedburner.com/nme/SdML'),
recipes\now_toronto.recipe/22:         epub_feed = "http://feeds.feedburner.com/NowEpubEditions"
recipes\now_toronto.recipe/23:         url = soup.find(name = 'feedburner:origlink').string
recipes\orlando_sentinel.recipe/10: 	(u'Opinion', u'http://feeds.feedburner.com/orlandosentinel/news/opinion'),
recipes\orlando_sentinel.recipe/11: 	(u'Business', u'http://feeds.feedburner.com/orlandosentinel/business'),
recipes\orlando_sentinel.recipe/12: 	(u'Technology', u'http://feeds.feedburner.com/orlandosentinel/technology'),
recipes\orlando_sentinel.recipe/13: 	(u'Space and Science', u'http://feeds.feedburner.com/orlandosentinel/news/space'),
recipes\orlando_sentinel.recipe/14: 	(u'Entertainment', u'http://feeds.feedburner.com/orlandosentinel/entertainment'),
recipes\orlando_sentinel.recipe/15: 	(u'Life and Family', u'http://feeds.feedburner.com/orlandosentinel/features/lifestyle'),
recipes\orlando_sentinel.recipe/9: 	(u'News', u'http://feeds.feedburner.com/orlandosentinel/news'),
recipes\osnews_pl.recipe/34:         (u'OSNews.pl', u'http://feeds.feedburner.com/OSnewspl')
recipes\pajama.recipe/28:  'http://feeds.feedburner.com/PajamasMedia'),
recipes\peterschiff.recipe/47:     feeds = [(u'Articles', u'http://feeds.feedburner.com/PeterSchiffsEconomicCommentary')]
recipes\physics_world.recipe/24:                           (u'Headlines News', u'http://feeds.feedburner.com/PhysicsWorldNews')
recipes\praguemonitor.recipe/32:     feeds = [(u'All Articles', u'http://feeds.feedburner.com/PragueDailyMonitor?format=xml')]
recipes\psychologies.recipe/55:                         (u'Feeds', u'http://feeds.feedburner.com/Psychologies')
recipes\publico.recipe/30:                         (u'Geral', u'http://feeds.feedburner.com/publicoRSS'),
recipes\publico.recipe/30:                         (u'Mundo', u'http://feeds.feedburner.com/PublicoMundo'),
recipes\publico.recipe/31:                         (u'Pol\xedtica', u'http://feeds.feedburner.com/PublicoPolitica'),
recipes\publico.recipe/32:                         (u'Economia', u'http://feeds.feedburner.com/PublicoEconomia'),
recipes\publico.recipe/33:                         (u'Desporto', u'http://feeds.feedburner.com/PublicoDesporto'),
recipes\publico.recipe/34:                         (u'Sociedade', u'http://feeds.feedburner.com/PublicoSociedade'),
recipes\publico.recipe/35:                         (u'Educa\xe7\xe3o', u'http://feeds.feedburner.com/PublicoEducacao'),
recipes\publico.recipe/36:                         (u'Ci\xeancias', u'http://feeds.feedburner.com/PublicoCiencias'),
recipes\publico.recipe/37:                         (u'Ecosfera', u'http://feeds.feedburner.com/PublicoEcosfera'),
recipes\publico.recipe/38:                         (u'Cultura', u'http://feeds.feedburner.com/PublicoCultura'),
recipes\publico.recipe/39:                         (u'Local', u'http://feeds.feedburner.com/PublicoLocal'),
recipes\publico.recipe/40:                         (u'Tecnologia', u'http://feeds.feedburner.com/PublicoTecnologia')
recipes\salon.recipe/28:         ('War Room', 'http://feeds.feedburner.com/salon/war_room'),
recipes\salon.recipe/29:         ('Joan Walsh', 'http://feeds.feedburner.com/Salon_Joan_Walsh'),
recipes\salon.recipe/30:         ('Glenn Greenwald', 'http://feeds.feedburner.com/salon/greenwald'),
recipes\salon.recipe/32:         ('Ask the Pilot', 'http://feeds.feedburner.com/salon/ask_the_pilot'),
recipes\salon.recipe/33:         ('How World Works', 'http://feeds.feedburner.com/salon/htww'),
recipes\salon.recipe/34:         ('Life', 'http://feeds.feedburner.com/salon/mwt'),
recipes\salon.recipe/35:         ('Broadsheet', 'http://feeds.feedburner.com/salon/broadsheet'),
recipes\salon.recipe/36:         ('Movie Reviews', 'http://feeds.feedburner.com/salon/movie_reviews'),
recipes\salon.recipe/37:         ('Film Salon', 'http://feeds.feedburner.com/Salon/Film_Salon'),
recipes\salon.recipe/38:         ('TV', 'http://feeds.feedburner.com/salon/tv'),
recipes\salon.recipe/39:         ('Books', 'http://feeds.feedburner.com/salon/books')
recipes\scinexx.recipe/14:     feeds          = [(u'Scinexx.de', u'http://feeds.feedburner.com/scinexx')]
recipes\scott_hanselman.recipe/40:     feeds = [(u'Articles', u'http://feeds2.feedburner.com/ScottHanselman' )]
recipes\seanhannity.recipe/28: 	     ('Content Feed', u'http://feeds.feedburner.com/TheSeanHannityShow-AllContent?format=xml')
recipes\serverside.recipe/23:     feeds = [ (u'News', u'http://feeds.feedburner.com/techtarget/tsscom/home')]
recipes\smith.recipe/29:  'http://feeds.feedburner.com/smithsonianmag/history-archaeology'),
recipes\smith.recipe/31:  'http://feeds.feedburner.com/smithsonianmag/people-places'),
recipes\smith.recipe/33:  'http://feeds.feedburner.com/smithsonianmag/science-nature'),
recipes\smith.recipe/35:  'http://feeds.feedburner.com/smithsonianmag/arts-culture'),
recipes\smith.recipe/37:  'http://feeds.feedburner.com/smithsonianmag/travel'),
recipes\strategy-business.recipe/54:     feeds.append((u'Finance', u'http://feeds.feedburner.com/StrategyBusiness-Finance?format=xml'))
recipes\strategy-business.recipe/55:     feeds.append((u'Global Perspective', u'http://feeds.feedburner.com/StrategyBusiness-GlobalPerspective?format=xml'))
recipes\strategy-business.recipe/56:     feeds.append((u'Innovation', u'http://feeds.feedburner.com/StrategyBusiness-Innovation?format=xml'))
recipes\strategy-business.recipe/57:     feeds.append((u'Marketing And Sales', u'http://feeds.feedburner.com/StrategyBusiness-MarketingAndSales?format=xml'))
recipes\strategy-business.recipe/58:     feeds.append((u'Operations And Manufacturing', u'http://feeds.feedburner.com/StrategyBusiness-OperationsAndManufacturing?format=xml'))
recipes\strategy-business.recipe/59:     feeds.append((u'Organizations And People', u'http://feeds.feedburner.com/StrategyBusiness-OrganizationsAndPeople?format=xml'))
recipes\strategy-business.recipe/60:     feeds.append((u'Strategy And Leadership', u'http://feeds.feedburner.com/StrategyBusiness-StrategyAndLeadership?format=xml'))
recipes\strategy-business.recipe/61:     feeds.append((u'Sustainability', u'http://feeds.feedburner.com/StrategyBusiness-Sustainability?format=xml'))
recipes\strategy-business.recipe/62:     feeds.append((u'Auto, Airlines And Transport', u'http://feeds.feedburner.com/StrategyBusiness-AutoAirlinesAndTransport?format=xml'))
recipes\strategy-business.recipe/63:     feeds.append((u'Consumer Products', u'http://feeds.feedburner.com/StrategyBusiness-ConsumerProducts?format=xml'))
recipes\strategy-business.recipe/64:     feeds.append((u'Energy', u'http://feeds.feedburner.com/StrategyBusiness-Energy?format=xml'))
recipes\strategy-business.recipe/65:     feeds.append((u'Health Care', u'http://feeds.feedburner.com/StrategyBusiness-HealthCare?format=xml'))
recipes\strategy-business.recipe/66:     feeds.append((u'Technology', u'http://feeds.feedburner.com/StrategyBusiness-Technology?format=xml'))
recipes\strategy-business.recipe/67:     feeds.append((u'Thought Leaders', u'http://feeds.feedburner.com/StrategyBusiness-ThoughtLeaders?format=xml'))
recipes\strategy-business.recipe/68:     feeds.append((u'Business Literature', u'http://feeds.feedburner.com/StrategyBusiness-BusinessLiterature?format=xml'))
recipes\strategy-business.recipe/69:     feeds.append((u'Recent Research', u'http://feeds.feedburner.com/StrategyBusiness-RecentResearch?format=xml'))
recipes\teleread.recipe/26:         return article.get('feedburner_origlink', article.get('link', article.get('guid')))
recipes\thedgesingapore.recipe/48:     feeds = [(u'Articles', u'http://feeds.feedburner.com/edgesg')]
recipes\theonlinephotographer.recipe/33:     feeds              = [(u'Articles', u'http://feeds.feedburner.com/typepad/ZSjz')]
recipes\trombon.recipe/47:                         (u'Feeds', u'http://feeds.feedburner.com/trombon/ABWb?format=xml')
recipes\uncrate.recipe/49:     feeds = [(u'Articles', u'http://feeds.feedburner.com/uncrate')]
recipes\variety.recipe/35:     feeds = [(u'News & Articles', u'http://feeds.feedburner.com/variety/headlines' )]
recipes\virtualshackles.recipe/30:     feeds = [(u'Virtual Shackles', u'http://feeds2.feedburner.com/virtualshackles' )]
recipes\viva.recipe/68:                          (u'Vedete', u'http://feeds.feedburner.com/viva-Vedete')
recipes\viva.recipe/69:                         ,(u'Evenimente', u'http://feeds.feedburner.com/viva-Evenimente')
recipes\viva.recipe/70:                         ,(u'Frumusete', u'http://feeds.feedburner.com/viva-Beauty-Fashion')
recipes\viva.recipe/71:                         ,(u'Noutati', u'http://feeds.feedburner.com/viva-Noutati')
recipes\walrusmag.recipe/20:                       ('Walrus Magazine', 'http://feeds.feedburner.com/WalrusFeatureArticles?format=xml'),
recipes\wikinews_en.recipe/47:     feeds = [(u'News', u'http://feeds.feedburner.com/WikinewsLatestNews')]
recipes\words_without_borders.recipe/25:     feeds          = [(u'wwb', u'http://feeds.feedburner.com/wwborders?format=xml')]
recipes\wvhooligan.recipe/48:                (u'Stories', u'http://feeds2.feedburner.com/wvhooligan'),
recipes\yakima_herald.recipe/20:                       (u'Yakima Herald Online', u'http://feeds.feedburner.com/yhronlinenews'),
recipes\zdnet.recipe/59:     feeds =  [ ('zdnet', 'http://feeds.feedburner.com/zdnet/security') ]
recipes\zerohedge.recipe/33:     feeds = [(u'Articles', u'http://feeds.feedburner.com/zerohedge/feed')]


See the NYT section here for password handling:
http://calibre-ebook.com/user_manual/news.html#news
Starson17 is offline   Reply With Quote