mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
Add author info to new recipes
This commit is contained in:
parent
e990d2fd9b
commit
6c32ac44e6
@ -2,8 +2,10 @@
|
|||||||
# vim:fileencoding=utf-8
|
# vim:fileencoding=utf-8
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
|
||||||
class AdvancedUserRecipe1599499742(BasicNewsRecipe):
|
class AdvancedUserRecipe1599499742(BasicNewsRecipe):
|
||||||
title = 'Aftonbladet'
|
title = 'Aftonbladet'
|
||||||
|
__author__ = 'Jonatan Nyberg'
|
||||||
oldest_article = 7
|
oldest_article = 7
|
||||||
max_articles_per_feed = 100
|
max_articles_per_feed = 100
|
||||||
auto_cleanup = True
|
auto_cleanup = True
|
||||||
@ -15,4 +17,4 @@ class AdvancedUserRecipe1599499742(BasicNewsRecipe):
|
|||||||
|
|
||||||
feeds = [
|
feeds = [
|
||||||
('Aftonbladet', 'http://www.aftonbladet.se/rss.xml'),
|
('Aftonbladet', 'http://www.aftonbladet.se/rss.xml'),
|
||||||
]
|
]
|
||||||
|
@ -2,8 +2,10 @@
|
|||||||
# vim:fileencoding=utf-8
|
# vim:fileencoding=utf-8
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
|
||||||
class AdvancedUserRecipe1599382724(BasicNewsRecipe):
|
class AdvancedUserRecipe1599382724(BasicNewsRecipe):
|
||||||
title = 'SVT Nyheter'
|
title = 'SVT Nyheter'
|
||||||
|
__author__ = 'Jonatan Nyberg'
|
||||||
oldest_article = 7
|
oldest_article = 7
|
||||||
max_articles_per_feed = 100
|
max_articles_per_feed = 100
|
||||||
auto_cleanup = True
|
auto_cleanup = True
|
||||||
@ -15,4 +17,4 @@ class AdvancedUserRecipe1599382724(BasicNewsRecipe):
|
|||||||
|
|
||||||
feeds = [
|
feeds = [
|
||||||
('SVT Nyheter', 'https://www.svt.se/nyheter/rss.xml'),
|
('SVT Nyheter', 'https://www.svt.se/nyheter/rss.xml'),
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user