mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix Honolulu Star Advertiser
This commit is contained in:
parent
f9e79e10dd
commit
19110074c8
@ -30,10 +30,12 @@ class Starbulletin(BasicNewsRecipe):
|
|||||||
}
|
}
|
||||||
|
|
||||||
remove_tags_before = dict(attrs={'id':'storyTitle'})
|
remove_tags_before = dict(attrs={'id':'storyTitle'})
|
||||||
remove_tags_after = dict(name='div', attrs={'class':'storytext'})
|
remove_tags_after = dict(name='div',attrs={'class':'storytext'})
|
||||||
remove_tags = [
|
remove_tags = [
|
||||||
dict(name=['object','link'])
|
dict(name=['object','link','script','span'])
|
||||||
,dict(attrs={'class':'insideStoryImage'})
|
,dict(attrs={'class':'insideStoryImage'})
|
||||||
|
,dict(attrs={'name':'fb_share'})
|
||||||
|
,dict(name='div',attrs={'class':'storytext'})
|
||||||
]
|
]
|
||||||
|
|
||||||
feeds = [
|
feeds = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user