mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-09-29 15:31:08 -04:00
13 lines
320 B
Python
13 lines
320 B
Python
from calibre.web.feeds.news import BasicNewsRecipe
|
|
|
|
|
|
class BasicUserRecipe1324739199(BasicNewsRecipe):
|
|
title = u'Haks\xf6z'
|
|
oldest_article = 7
|
|
max_articles_per_feed = 20
|
|
auto_cleanup = True
|
|
language = 'tr'
|
|
__author__ = 'asalet_r'
|
|
|
|
feeds = [(u'Haks\xf6z', u'http://www.haksozhaber.net/rss/')]
|