calibre/recipes/edebistan.recipe
2014-01-24 10:22:29 +05:30

14 lines
371 B
Plaintext

# -*- coding: utf-8 -*-
from calibre.web.feeds.news import BasicNewsRecipe
class BasicUserRecipe1390492898(BasicNewsRecipe):
title = u'Edebistan'
__author__ = 'asalet_r'
language = 'tr'
oldest_article = 7
max_articles_per_feed = 30
auto_cleanup = True
feeds = [(u'Edebistan', u'http://www.edebistan.com/index.php/feed/')]