mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
63f2821727
commit
d16d3ad900
@ -13,15 +13,17 @@ class My_Feeds(BasicNewsRecipe):
|
|||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
remove_javascript = True
|
remove_javascript = True
|
||||||
center_navbar = True
|
center_navbar = True
|
||||||
use_embedded_content = True
|
use_embedded_content = False
|
||||||
remove_empty_feeds = True
|
remove_empty_feeds = True
|
||||||
remove_tags_before = dict(name='div', id='PageContent')
|
remove_tags_before = dict(name='div', id='PageContent')
|
||||||
remove_tags_after = [dict(name='div'),{'class':'taxonomy-terms'}]
|
remove_tags_after = [dict(name='div'),{'class':'taxonomy-terms'}]
|
||||||
remove_tags =[dict(id=['comments','breadcrumb','node_related_stories']),
|
remove_tags = [
|
||||||
|
dict(id=['comments','breadcrumb','node_related_stories']),
|
||||||
dict(attrs={'class':['commentCount', 'box']})
|
dict(attrs={'class':['commentCount', 'box']})
|
||||||
]
|
]
|
||||||
|
|
||||||
feeds = [(u'editor', u'http://www.downtoearth.org.in/taxonomy/term/20348/0/feed'),
|
feeds = [
|
||||||
|
(u'editor', u'http://www.downtoearth.org.in/taxonomy/term/20348/0/feed'),
|
||||||
(u'cover story', u'http://www.downtoearth.org.in/taxonomy/term/20345/0/feed'),
|
(u'cover story', u'http://www.downtoearth.org.in/taxonomy/term/20345/0/feed'),
|
||||||
(u'special report', u'http://www.downtoearth.org.in/taxonomy/term/20384/0/feed'),
|
(u'special report', u'http://www.downtoearth.org.in/taxonomy/term/20384/0/feed'),
|
||||||
(u'features', u'http://www.downtoearth.org.in/taxonomy/term/20350/0/feed'),
|
(u'features', u'http://www.downtoearth.org.in/taxonomy/term/20350/0/feed'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user