mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
Update Providence Journal
This commit is contained in:
parent
ebd88589f4
commit
813545a8dc
@ -8,23 +8,16 @@ class ProvidenceJournal(BasicNewsRecipe):
|
|||||||
max_articles_per_feed = 25
|
max_articles_per_feed = 25
|
||||||
|
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
remove_tags_before = dict(name='span', attrs={'class':'vitstorybody'})
|
auto_cleanup = True
|
||||||
#remove_tags_after = dict(name='td', attrs={'class':'newptool1'})
|
use_embedded_content = False
|
||||||
remove_tags = [
|
|
||||||
dict(name='iframe'),
|
|
||||||
dict(name='div', attrs={'id':['storycontentright','slcgm_comments_block', 'footercontainer']}),
|
|
||||||
#dict(name='span', text=':'),
|
|
||||||
]
|
|
||||||
|
|
||||||
feeds = [
|
feeds = [
|
||||||
('Red Sox',
|
('Red Sox',
|
||||||
'http://www.projo.com/newskiosk/rss/projoredsox.xml'),
|
'http://www.providencejournal.com/sports/red-sox/content/?rss'),
|
||||||
('Political Scene',
|
('Political Scene',
|
||||||
'http://www.projo.com/newskiosk/rss/projopolitical.xml'),
|
'http://www.providencejournal.com/politics/political-scene/?rss'),
|
||||||
('Rhode Island News',
|
('Local News',
|
||||||
'http://www.projo.com/newskiosk/rss/projolocalnews.xml'),
|
'http://www.providencejournal.com/breaking-news/?rss'),
|
||||||
('Music',
|
('Music',
|
||||||
'http://www.projo.com/newskiosk/rss/projomusic.xml'),
|
'http://www.providencejournal.com/features/entertainment/music/?rss'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user