mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-09-29 15:31:08 -04:00
14 lines
382 B
Plaintext
14 lines
382 B
Plaintext
# -*- coding: utf-8 -*-
|
|
|
|
from calibre.web.feeds.news import BasicNewsRecipe
|
|
class AdvancedUserRecipe1355341662(BasicNewsRecipe):
|
|
title = u'Sivil Dusunce'
|
|
language = 'tr'
|
|
__author__ = 'asalet_r'
|
|
|
|
oldest_article = 7
|
|
max_articles_per_feed = 50
|
|
auto_cleanup = True
|
|
|
|
feeds = [(u'Sivil Dusunce', u'http://www.sivildusunce.com/?t=rss&xml=1')]
|