mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Fix #1341232 [minor additional update to ScienceDaily recipe](https://bugs.launchpad.net/calibre/+bug/1341232)
This commit is contained in:
parent
f4bb217017
commit
1b08b47fce
@ -1,3 +1,4 @@
|
||||
|
||||
#!/usr/bin/env python
|
||||
|
||||
__license__ = 'GPL v3'
|
||||
@ -31,6 +32,7 @@ class ScienceDaily(BasicNewsRecipe):
|
||||
dict(name='div', attrs={'id':'sharing'})
|
||||
,dict(name='div', attrs={'id':'citations'})
|
||||
,dict(name='div', attrs={'class':'overlay'})
|
||||
,dict(name='a', attrs={'class':'image'})
|
||||
]
|
||||
|
||||
feeds = [(u"ScienceDaily", u'http://www.sciencedaily.com/newsfeed.xml')]
|
||||
|
Loading…
x
Reference in New Issue
Block a user