mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #6935 (The formating on the blog for neals nuze was changed after i submitted :()
This commit is contained in:
parent
ea693d46ff
commit
8a35c9c3c1
@ -6,7 +6,7 @@ class AdvancedUserRecipe1282101454(BasicNewsRecipe):
|
||||
description = 'Neal Boortz Show Radio Notes'
|
||||
publisher = 'Neal Boortz'
|
||||
category = 'news, politics, USA, talkshow'
|
||||
oldest_article = 1
|
||||
oldest_article = 2
|
||||
max_articles_per_feed = 100
|
||||
linearize_tables = True
|
||||
no_stylesheets = True
|
||||
@ -14,8 +14,8 @@ class AdvancedUserRecipe1282101454(BasicNewsRecipe):
|
||||
|
||||
masthead_url = 'http://boortz.com/images/nuze_logo.gif'
|
||||
keep_only_tags = [
|
||||
dict(name='div', attrs={'id':['SiteContent']})
|
||||
#,dict(attrs={'id':['cxArticleText']})
|
||||
dict(name='td', attrs={'id':['contentWellCell']})
|
||||
|
||||
]
|
||||
remove_tags = [
|
||||
dict(name='a', attrs={'class':['blogPermalink']}),
|
||||
|
Loading…
x
Reference in New Issue
Block a user