Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Software > Calibre > Recipes

Notices

Reply
 
Thread Tools Search this Thread
Old 05-28-2012, 03:11 PM   #1
Peleus
Junior Member
Peleus began at the beginning.
 
Posts: 1
Karma: 10
Join Date: May 2012
Device: none
recipe for "Welt der Pkysik" de

Hi,

The receipe for the german site Welt der Physik is outdated and not refreshed by the original author.
Please replace the source to:

__license__ = 'GPL v3'
__copyright__ = '2008, Kovid Goyal <kovid at kovidgoyal.net>'

'''
Fetch weltderphysik.de.
'''

from calibre.web.feeds.news import BasicNewsRecipe

class WeltDerPhysikDe(BasicNewsRecipe):

title = 'Welt der Physik'
description = 'Welt der Physik - heute schon geforscht?'
__author__ = 'schuster; changed by Bernd Kunze'
use_embedded_content = False
language = 'de'
timefmt = ' [%d %b %Y]'
max_articles_per_feed = 100
no_stylesheets = True
oldest_article = 7

remove_tags = [
dict(name='div', attrs={'id':'header-top'}),
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/') ]

regards, Bernd
Peleus is offline   Reply With Quote
Old 05-28-2012, 03:17 PM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,363
Karma: 27230406
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Done.
kovidgoyal is offline   Reply With Quote
Advert
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Recipe "DER TAGESSPIEGEL" broken KlausRegenbrecht Recipes 11 03-23-2014 08:42 AM
Updated Recipe for "Der Tagesspiegel" murx Recipes 3 02-08-2012 11:23 AM
Recipe for "Galicia Confidencial" and "De L a V" roebek Recipes 1 07-19-2011 09:17 AM
recipe for Welt der Physik - German schuster Recipes 0 05-10-2011 09:18 AM


All times are GMT -4. The time now is 07:09 AM.


MobileRead.com is a privately owned, operated and funded community.