mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-04 00:25:13 +01:00
12 lines
354 B
Text
12 lines
354 B
Text
from calibre.web.feeds.news import BasicNewsRecipe
|
|
|
|
class BasicUserRecipe1324739406(BasicNewsRecipe):
|
|
title = u'\u0130ktibas'
|
|
language = 'tr'
|
|
__author__ = 'asalet_r'
|
|
|
|
oldest_article = 7
|
|
max_articles_per_feed = 20
|
|
auto_cleanup = True
|
|
|
|
feeds = [(u'\u0130ktibas', u'http://www.iktibasdergisi.com/rss/rss.xml')]
|