mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update Sivil Dusunce
This commit is contained in:
parent
0f85167fa1
commit
a3d6b83046
@ -1,12 +1,13 @@
|
|||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
class BasicUserRecipe1324913680(BasicNewsRecipe):
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
class AdvancedUserRecipe1355341662(BasicNewsRecipe):
|
||||||
title = u'Sivil Dusunce'
|
title = u'Sivil Dusunce'
|
||||||
language = 'tr'
|
language = 'tr'
|
||||||
__author__ = 'asalet_r'
|
__author__ = 'asalet_r'
|
||||||
|
|
||||||
oldest_article = 7
|
oldest_article = 7
|
||||||
max_articles_per_feed = 20
|
max_articles_per_feed = 50
|
||||||
auto_cleanup = True
|
auto_cleanup = True
|
||||||
|
|
||||||
feeds = [(u'Sivil Dusunce', u'http://www.sivildusunce.com/feed/')]
|
feeds = [(u'Sivil Dusunce', u'http://www.sivildusunce.com/?t=rss&xml=1')]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user