Update Oriental Daily

Merge branch 'orientdaily-patch-20170121' of https://github.com/Kennyl/calibre
This commit is contained in:
Kovid Goyal 2017-01-21 14:03:31 +05:30
commit 5a60972f66

View File

@ -25,7 +25,7 @@ class OrientalDaily(BasicNewsRecipe):
conversion_options = { conversion_options = {
'comments': description, 'tags': category, 'language': language, 'publisher': publisher, 'linearize_tables': True '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') remove_tags_after = dict(id='bottomNavCTN')
keep_only_tags = [ keep_only_tags = [
@ -42,4 +42,6 @@ class OrientalDaily(BasicNewsRecipe):
remove_attributes = ['width', 'height', 'href'] remove_attributes = ['width', 'height', 'href']
summary_length = 0
feeds = [(u'Oriental Daily', u'http://orientaldaily.on.cc/rss/news.xml')] feeds = [(u'Oriental Daily', u'http://orientaldaily.on.cc/rss/news.xml')]