mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-03 13:24:10 +02:00
...
This commit is contained in:
commit
7592b5125f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue