mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Fix #8458 (Las Vegas Review Journal: Extra "stuff" in each article)
This commit is contained in:
parent
a2dd6e7d4e
commit
dd30aa375a
@ -3,12 +3,17 @@ from calibre.web.feeds.news import BasicNewsRecipe
|
|||||||
class AdvancedUserRecipe1274742400(BasicNewsRecipe):
|
class AdvancedUserRecipe1274742400(BasicNewsRecipe):
|
||||||
|
|
||||||
title = u'Las Vegas Review Journal'
|
title = u'Las Vegas Review Journal'
|
||||||
__author__ = 'Joel'
|
__author__ = 'Kovid Goyal'
|
||||||
language = 'en'
|
language = 'en'
|
||||||
|
|
||||||
oldest_article = 7
|
oldest_article = 7
|
||||||
|
|
||||||
max_articles_per_feed = 100
|
max_articles_per_feed = 100
|
||||||
|
keep_only_tags = [dict(id='content-main')]
|
||||||
|
remove_tags = [dict(id=['right-col-content', 'trending-topics']),
|
||||||
|
{'class':['ppy-outer']}
|
||||||
|
]
|
||||||
|
no_stylesheets = True
|
||||||
|
|
||||||
feeds = [
|
feeds = [
|
||||||
(u'News', u'http://www.lvrj.com/news.rss'),
|
(u'News', u'http://www.lvrj.com/news.rss'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user