mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 04:23:41 +02:00
12 lines
349 B
Text
12 lines
349 B
Text
from calibre.web.feeds.news import BasicNewsRecipe
|
|
|
|
class BasicUserRecipe1324158549(BasicNewsRecipe):
|
|
title = u'izdiham.com'
|
|
language = 'tr'
|
|
__author__ = 'asalet_r'
|
|
|
|
oldest_article = 7
|
|
max_articles_per_feed = 20
|
|
auto_cleanup = True
|
|
|
|
feeds = [(u'\u0130zdiham', u'http://www.izdiham.com/index.php/feed')]
|