Various Sardinian news sources by tzium

This commit is contained in:
Kovid Goyal 2017-08-01 20:12:20 +05:30
parent 9e4c21f892
commit c64dd31931
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
4 changed files with 70 additions and 0 deletions

View 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
View 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/'),
]

View 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
View 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'),
]