mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update Welt der Physik
This commit is contained in:
parent
8f75efdc75
commit
eff7679d06
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python2
|
||||||
__license__ = 'GPL v3'
|
__license__ = 'GPL v3'
|
||||||
__copyright__ = '2008, Kovid Goyal <kovid at kovidgoyal.net>'
|
__copyright__ = '2008, Kovid Goyal <kovid at kovidgoyal.net>'
|
||||||
|
|
||||||
@ -20,12 +21,10 @@ class WeltDerPhysikDe(BasicNewsRecipe):
|
|||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
oldest_article = 7
|
oldest_article = 7
|
||||||
|
|
||||||
remove_tags = [
|
keep_only_tags = [
|
||||||
dict(name='div', attrs={'id': 'header-top'}),
|
dict(name='div', attrs={'class':'row content'}),
|
||||||
dict(name='div', attrs={'id': 'logos'}),
|
|
||||||
dict(name='div', attrs={'id': 'breadcrumb'}),
|
|
||||||
dict(name='nav', attrs={'id': 'main-menu'}),
|
|
||||||
dict(name='footer')
|
|
||||||
]
|
]
|
||||||
|
|
||||||
feeds = [('Welt der Physik', 'http://www.weltderphysik.de/RSS-alles/')]
|
feeds = [
|
||||||
|
('Welt der Physik', 'http://www.weltderphysik.de/RSS-alles/'),
|
||||||
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user