diff --git a/recipes/fhm_uk.recipe b/recipes/fhm_uk.recipe index fc352892b8..ab271ad753 100644 --- a/recipes/fhm_uk.recipe +++ b/recipes/fhm_uk.recipe @@ -6,7 +6,7 @@ class AdvancedUserRecipe1325006965(BasicNewsRecipe): 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/12/11 + # last updated 27/1/12 language = 'en_GB' oldest_article = 28 max_articles_per_feed = 12 @@ -22,9 +22,13 @@ class AdvancedUserRecipe1325006965(BasicNewsRecipe): ] + #remove_tags = [ + #dict(attrs={'class' : ['player']}), + #] 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'), ]