mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:...
This commit is contained in:
parent
2c8741bc9f
commit
3980df97dc
@ -11,7 +11,7 @@ class FazNet(BasicNewsRecipe):
|
||||
|
||||
title = 'FAZ NET'
|
||||
__author__ = 'Kovid Goyal'
|
||||
description = 'News from Germany'
|
||||
description = '"Frankfurter Allgemeine Zeitung'
|
||||
use_embedded_content = False
|
||||
max_articles_per_feed = 30
|
||||
|
||||
|
@ -13,7 +13,7 @@ from calibre.web.feeds.news import BasicNewsRecipe
|
||||
class SpeigelOnline(BasicNewsRecipe):
|
||||
|
||||
title = 'Spiegel Online'
|
||||
description = 'News from Germany'
|
||||
description = 'Nachrichten des Magazins Der Spiegel'
|
||||
__author__ = 'Kovid Goyal'
|
||||
use_embedded_content = False
|
||||
timefmt = ' [ %Y-%m-%d %a]'
|
||||
|
@ -11,7 +11,7 @@ from calibre.web.feeds.news import BasicNewsRecipe
|
||||
class ZeitDe(BasicNewsRecipe):
|
||||
|
||||
title = 'Die Zeit Nachrichten'
|
||||
description = 'News from Germany'
|
||||
description = 'Die Zeit - Online Nachrichten'
|
||||
__author__ = 'Kovid Goyal'
|
||||
use_embedded_content = False
|
||||
timefmt = ' [%d %b %Y]'
|
||||
|
Loading…
x
Reference in New Issue
Block a user