mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
682bf119d0
commit
1e2501e8da
@ -5,6 +5,7 @@ class AdvancedUserRecipe1293122276(BasicNewsRecipe):
|
|||||||
__author__ = 'Jack Mason'
|
__author__ = 'Jack Mason'
|
||||||
author = 'IBM Global Business Services'
|
author = 'IBM Global Business Services'
|
||||||
publisher = 'IBM'
|
publisher = 'IBM'
|
||||||
|
language = 'en'
|
||||||
category = 'news, technology, IT, internet of things, analytics'
|
category = 'news, technology, IT, internet of things, analytics'
|
||||||
oldest_article = 7
|
oldest_article = 7
|
||||||
max_articles_per_feed = 30
|
max_articles_per_feed = 30
|
||||||
|
@ -6,6 +6,7 @@ class KANewsRecipe(BasicNewsRecipe):
|
|||||||
description = u'Nachrichten aus Karlsruhe, Deutschland und der Welt.'
|
description = u'Nachrichten aus Karlsruhe, Deutschland und der Welt.'
|
||||||
__author__ = 'tfeld'
|
__author__ = 'tfeld'
|
||||||
lang='de'
|
lang='de'
|
||||||
|
language = 'de'
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
|
|
||||||
oldest_article = 7
|
oldest_article = 7
|
||||||
|
@ -4,6 +4,7 @@ class AdvancedUserRecipe1295262156(BasicNewsRecipe):
|
|||||||
title = u'kath.net'
|
title = u'kath.net'
|
||||||
__author__ = 'Bobus'
|
__author__ = 'Bobus'
|
||||||
oldest_article = 7
|
oldest_article = 7
|
||||||
|
language = 'en'
|
||||||
max_articles_per_feed = 100
|
max_articles_per_feed = 100
|
||||||
|
|
||||||
feeds = [(u'kath.net', u'http://www.kath.net/2005/xml/index.xml')]
|
feeds = [(u'kath.net', u'http://www.kath.net/2005/xml/index.xml')]
|
||||||
|
@ -10,6 +10,7 @@ import re
|
|||||||
class NationalGeographicNews(BasicNewsRecipe):
|
class NationalGeographicNews(BasicNewsRecipe):
|
||||||
title = u'National Geographic News'
|
title = u'National Geographic News'
|
||||||
oldest_article = 7
|
oldest_article = 7
|
||||||
|
language = 'en'
|
||||||
max_articles_per_feed = 100
|
max_articles_per_feed = 100
|
||||||
remove_javascript = True
|
remove_javascript = True
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
|
Loading…
x
Reference in New Issue
Block a user