mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Remove no longer working recipes
This commit is contained in:
parent
96e957a491
commit
3f4bc4764e
@ -1,16 +0,0 @@
|
|||||||
#!/usr/bin/env python2
|
|
||||||
# vim:fileencoding=utf-8
|
|
||||||
from __future__ import unicode_literals, division, absolute_import, print_function
|
|
||||||
from calibre.web.feeds.news import AutomaticNewsRecipe
|
|
||||||
|
|
||||||
class BasicUserRecipe1420802286(AutomaticNewsRecipe):
|
|
||||||
title = 'Ajans F\u0131rat'
|
|
||||||
oldest_article = 14
|
|
||||||
language = 'tr'
|
|
||||||
__author__ = 'asalet_r'
|
|
||||||
max_articles_per_feed = 100
|
|
||||||
auto_cleanup = True
|
|
||||||
|
|
||||||
feeds = [
|
|
||||||
('AjansFirat', 'http://www.ajansafirat.com/rss'),
|
|
||||||
]
|
|
@ -1,16 +0,0 @@
|
|||||||
#!/usr/bin/env python2
|
|
||||||
# vim:fileencoding=utf-8
|
|
||||||
from __future__ import unicode_literals, division, absolute_import, print_function
|
|
||||||
from calibre.web.feeds.news import AutomaticNewsRecipe
|
|
||||||
|
|
||||||
class BasicUserRecipe1420466896(AutomaticNewsRecipe):
|
|
||||||
title = 'Tasfiye Dergisi'
|
|
||||||
language = 'tr'
|
|
||||||
__author__ = 'asalet_r'
|
|
||||||
oldest_article = 30
|
|
||||||
max_articles_per_feed = 20
|
|
||||||
auto_cleanup = True
|
|
||||||
|
|
||||||
feeds = [
|
|
||||||
('Tasfiye Dergisi', 'http://www.tasfiyedergisi.com/direnen-edebiyat/?feed=rss2'),
|
|
||||||
]
|
|
Loading…
x
Reference in New Issue
Block a user