Skip to content

Commit

Permalink
Various Sardinian news sources by tzium
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Aug 1, 2017
1 parent 9e4c21f commit c64dd31
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 0 deletions.
19 changes: 19 additions & 0 deletions recipes/anthony_muroni.recipe
@@ -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 changes: 17 additions & 0 deletions recipes/boxis.recipe
@@ -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 changes: 17 additions & 0 deletions recipes/limba_sarda.recipe
@@ -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 changes: 17 additions & 0 deletions recipes/sa_gazeta.recipe
@@ -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'),
]

0 comments on commit c64dd31

Please sign in to comment.