mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Istorias and Sardinia Post by tzium
This commit is contained in:
parent
38393abdce
commit
97da8da4c9
17
recipes/istorias.recipe
Normal file
17
recipes/istorias.recipe
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
#!/usr/bin/env python2
|
||||||
|
# vim:fileencoding=utf-8
|
||||||
|
from __future__ import unicode_literals, division, absolute_import, print_function
|
||||||
|
from calibre.web.feeds.news import AutomaticNewsRecipe
|
||||||
|
|
||||||
|
|
||||||
|
class BasicUserRecipe1501589422(AutomaticNewsRecipe):
|
||||||
|
title = 'Istòrias'
|
||||||
|
oldest_article = 30
|
||||||
|
max_articles_per_feed = 100
|
||||||
|
auto_cleanup = True
|
||||||
|
language = 'sc'
|
||||||
|
__author__ = 'tzium'
|
||||||
|
|
||||||
|
feeds = [
|
||||||
|
('Istòrias', 'http://www.istorias.it/feed'),
|
||||||
|
]
|
18
recipes/sardinia_post.recipe
Normal file
18
recipes/sardinia_post.recipe
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
#!/usr/bin/env python2
|
||||||
|
# vim:fileencoding=utf-8
|
||||||
|
from __future__ import unicode_literals, division, absolute_import, print_function
|
||||||
|
from calibre.web.feeds.news import AutomaticNewsRecipe
|
||||||
|
|
||||||
|
|
||||||
|
class BasicUserRecipe1501589429(AutomaticNewsRecipe):
|
||||||
|
title = 'Sardinia Post (Lapis)'
|
||||||
|
oldest_article = 30
|
||||||
|
max_articles_per_feed = 100
|
||||||
|
auto_cleanup = True
|
||||||
|
language = 'sc'
|
||||||
|
__author__ = 'tzium'
|
||||||
|
|
||||||
|
feeds = [
|
||||||
|
('Sardinia Post (Lapis)',
|
||||||
|
'https://www.sardiniapost.it/category/lapis/feed'),
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user