mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-09-29 15:31:08 -04:00
13 lines
348 B
Plaintext
13 lines
348 B
Plaintext
from calibre.web.feeds.news import BasicNewsRecipe
|
|
|
|
class BasicUserRecipe1324913680(BasicNewsRecipe):
|
|
title = u'Sivil Dusunce'
|
|
language = 'tr'
|
|
__author__ = 'asalet_r'
|
|
|
|
oldest_article = 7
|
|
max_articles_per_feed = 20
|
|
auto_cleanup = True
|
|
|
|
feeds = [(u'Sivil Dusunce', u'http://www.sivildusunce.com/feed/')]
|