diff --git a/recipes/oriental_daily.recipe b/recipes/oriental_daily.recipe index ae79fe8bee..836ee17520 100644 --- a/recipes/oriental_daily.recipe +++ b/recipes/oriental_daily.recipe @@ -25,7 +25,7 @@ class OrientalDaily(BasicNewsRecipe): conversion_options = { 'comments': description, 'tags': category, 'language': language, 'publisher': publisher, 'linearize_tables': True } - + masthead_url = 'https://upload.wikimedia.org/wikipedia/commons/4/4f/Orisun.JPG' remove_tags_after = dict(id='bottomNavCTN') keep_only_tags = [ @@ -42,4 +42,6 @@ class OrientalDaily(BasicNewsRecipe): remove_attributes = ['width', 'height', 'href'] + summary_length = 0 + feeds = [(u'Oriental Daily', u'http://orientaldaily.on.cc/rss/news.xml')]