mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 02:34:06 -04:00
Various Sardinian news sources by tzium
This commit is contained in:
parent
9e4c21f892
commit
c64dd31931
19
recipes/anthony_muroni.recipe
Normal file
19
recipes/anthony_muroni.recipe
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
#!/usr/bin/env python2
|
||||||
|
# vim:fileencoding=utf-8
|
||||||
|
from __future__ import (absolute_import, division, print_function,
|
||||||
|
unicode_literals)
|
||||||
|
|
||||||
|
from calibre.web.feeds.news import AutomaticNewsRecipe
|
||||||
|
|
||||||
|
|
||||||
|
class BasicUserRecipe1501589429(AutomaticNewsRecipe):
|
||||||
|
title = 'AnthonyMuroni.it (sardu)'
|
||||||
|
oldest_article = 30
|
||||||
|
max_articles_per_feed = 100
|
||||||
|
auto_cleanup = True
|
||||||
|
language = 'sc'
|
||||||
|
__author__ 'tzium'
|
||||||
|
|
||||||
|
feeds = [
|
||||||
|
('AnthonyMuroni.it (sardu)', 'http://www.anthonymuroni.it/su/feed/'),
|
||||||
|
]
|
17
recipes/boxis.recipe
Normal file
17
recipes/boxis.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 BasicUserRecipe1501590114(AutomaticNewsRecipe):
|
||||||
|
title = 'Boxis'
|
||||||
|
oldest_article = 240
|
||||||
|
max_articles_per_feed = 100
|
||||||
|
auto_cleanup = True
|
||||||
|
language = 'sc'
|
||||||
|
__author__ = 'tzium'
|
||||||
|
|
||||||
|
feeds = [
|
||||||
|
('Boxis', 'http://www.boxis.it/sc/feed/'),
|
||||||
|
]
|
17
recipes/limba_sarda.recipe
Normal file
17
recipes/limba_sarda.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 = 'Limba Sarda 2.0'
|
||||||
|
oldest_article = 30
|
||||||
|
max_articles_per_feed = 100
|
||||||
|
auto_cleanup = True
|
||||||
|
language = 'sc'
|
||||||
|
__author__ = 'tzium'
|
||||||
|
|
||||||
|
feeds = [
|
||||||
|
('Limba Sarda 2.0', 'http://salimbasarda.net/feed/'),
|
||||||
|
]
|
17
recipes/sa_gazeta.recipe
Normal file
17
recipes/sa_gazeta.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 BasicUserRecipe1501589847(AutomaticNewsRecipe):
|
||||||
|
title = 'Sa gazeta'
|
||||||
|
oldest_article = 30
|
||||||
|
max_articles_per_feed = 100
|
||||||
|
auto_cleanup = True
|
||||||
|
language = 'sc'
|
||||||
|
__author__ = 'tzium'
|
||||||
|
|
||||||
|
feeds = [
|
||||||
|
('Sa gazeta', 'http://www.sagazeta.info/feeds/posts/default'),
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user