Remove no longer working recipes

This commit is contained in:
Kovid Goyal 2015-10-26 21:20:03 +05:30
parent 96e957a491
commit 3f4bc4764e
2 changed files with 0 additions and 32 deletions

View File

@ -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'),
]

View File

@ -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'),
]