mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
84aad4d27c
commit
6fcff2462e
@ -31,7 +31,7 @@ class DigitalSpyUK(BasicNewsRecipe):
|
||||
|
||||
remove_tags = [dict(name=['link'])]
|
||||
remove_attributes = ['height','width']
|
||||
keep_only_tags = [dict(name='div',attrs={'id':'article'})]
|
||||
keep_only_tags = [dict(name='div',attrs={'id':'content'})]
|
||||
|
||||
feeds = [
|
||||
(u'News' , u'http://www.digitalspy.co.uk/rss/zones/gb/all.xml' )
|
||||
|
Loading…
x
Reference in New Issue
Block a user