Delete bbc_arabic.recipe

This commit is contained in:
Jony 2020-03-29 09:53:11 +02:00 committed by GitHub
parent 1b20a25051
commit fde2794af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,21 +0,0 @@
from calibre.web.feeds.news import BasicNewsRecipe
class BBCArabic(BasicNewsRecipe):
title = u'BBC Arabic Middle East'
oldest_article = 7
max_articles_per_feed = 100
extra_css = 'body { text-align: right; direction:rtl; } '
auto_cleanup = True
language = 'ar'
__author__ = 'logophile777'
remove_tags = [
{'class': ['emp-alt-handheld', 'emp-noflash',
'emp-flashlink', 'emp-alt-screen']}
]
feeds = [(u'BBC Arabic Middle East',
u'http://www.bbc.co.uk/arabic/middleeast/index.xml')]
def print_version(self, url):
return url + '?print=1'