mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-28 04:54:19 +02:00
...
This commit is contained in:
parent
ab79b30dd3
commit
7a97190b79
1 changed files with 2 additions and 0 deletions
|
|
@ -37,8 +37,10 @@ class Starbulletin(BasicNewsRecipe):
|
|||
}
|
||||
keep_only_tags = [
|
||||
dict(attrs={'id':'hsa_storyTitle'})
|
||||
,dict(attrs={'id':'hsa_storyTitle article-important'})
|
||||
,dict(attrs={'class':['hsa_dateStamp','hsa_postCredit','storyDeck']})
|
||||
,dict(name='span',attrs={'class':['hsa_dateStamp','hsa_postCredit']})
|
||||
,dict(name='span',attrs={'class':['hsa_dateStamp article-important','hsa_postCredit article-important']})
|
||||
,dict(name='div',attrs={'class':'storytext article-important'})
|
||||
,dict(name='div',attrs={'class':'storytext'})
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue