calibre/recipes/edebiyat_haber.recipe
2015-01-09 17:17:41 +05:30

17 lines
521 B
Python

#!/usr/bin/env python
# vim:fileencoding=utf-8
from __future__ import unicode_literals, division, absolute_import, print_function
from calibre.web.feeds.news import AutomaticNewsRecipe
class BasicUserRecipe1420467110(AutomaticNewsRecipe):
title = 'Edebiyat Haber'
language = 'tr'
__author__ = 'asalet_r'
oldest_article = 7
max_articles_per_feed = 100
auto_cleanup = True
feeds = [
('Edebiyat Haber', 'http://feeds.feedburner.com/feedburner/edebiyathaber'),
]