From b6d02adfe3a52ebb21e602c73a51c82f976ba37f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 17 Mar 2012 23:38:09 +0530 Subject: [PATCH] Update FHM UK --- recipes/fhm_uk.recipe | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/recipes/fhm_uk.recipe b/recipes/fhm_uk.recipe index ab271ad753..0e2d5c1ebe 100644 --- a/recipes/fhm_uk.recipe +++ b/recipes/fhm_uk.recipe @@ -3,10 +3,11 @@ from calibre.web.feeds.news import BasicNewsRecipe class AdvancedUserRecipe1325006965(BasicNewsRecipe): title = u'FHM UK' description = 'Good News for Men' - cover_url = 'http://profile.ak.fbcdn.net/hprofile-ak-snc4/373529_38324934806_64930243_n.jpg' + cover_url = 'http://www.greatmagazines.co.uk/covers/large/w197/current/fhm.jpg' + # cover_url = 'http://profile.ak.fbcdn.net/hprofile-ak-snc4/373529_38324934806_64930243_n.jpg' masthead_url = 'http://www.fhm.com/App_Resources/Images/Site/re-design/logo.gif' __author__ = 'Dave Asbury' - # last updated 27/1/12 + # last updated 17/3/12 language = 'en_GB' oldest_article = 28 max_articles_per_feed = 12 @@ -29,6 +30,8 @@ class AdvancedUserRecipe1325006965(BasicNewsRecipe): feeds = [ (u'From the Homepage',u'http://feed43.com/8053226782885416.xml'), (u'Funny - The Very Best Of The Internet',u'http://feed43.com/4538510106331565.xml'), - (u'The Final Countdown', u'http://feed43.com/3576106158530118.xml'), - (u'Gaming',u'http://feed43.com/0755006465351035.xml'), - ] + (u'Upgrade',u'http://feed43.com/0877305847443234.xml'), + #(u'The Final Countdown', u'http://feed43.com/3576106158530118.xml'), + #(u'Gaming',u'http://feed43.com/0755006465351035.xml'), + (u'Gaming',u'http://feed43.com/6537162612465672.xml'), + ]