From 48d68a6f694d132feab78bbed680638f9433e60d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 16 Oct 2011 06:00:22 +0530 Subject: [PATCH] Fix #875287 (Remove recipe for Technet.hu) --- recipes/huntechnet.recipe | 41 --------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 recipes/huntechnet.recipe diff --git a/recipes/huntechnet.recipe b/recipes/huntechnet.recipe deleted file mode 100644 index 3dea03ba34..0000000000 --- a/recipes/huntechnet.recipe +++ /dev/null @@ -1,41 +0,0 @@ -#!/usr/bin/env python -# vim:fileencoding=UTF-8:ts=4:sw=4:sta:et:sts=4:ai -from __future__ import with_statement - -__license__ = 'GPL v3' -__copyright__ = '2009, Kovid Goyal ' -__docformat__ = 'restructuredtext en' - -from calibre.web.feeds.news import BasicNewsRecipe - -class HunTechNet(BasicNewsRecipe): - title = u'TechNet' - oldest_article = 3 - description = u'Az ut\xf3bbi 3 nap TechNet h\xedrei' - language = 'hu' - - lang = 'hu' - encoding = 'utf-8' - __author__ = 'Devilinside' - max_articles_per_feed = 30 - timefmt = ' [%Y, %b %d, %a]' - - - - - remove_tags_before = dict(name='div', attrs={'id':'c-main'}) - remove_tags = [dict(name='div', attrs={'class':'wrp clr'}), - {'class' : ['screenrdr','forum','print','startlap','text_small','text_normal','text_big','email']}, - ] - keep_only_tags = [dict(name='div', attrs={'class':'cikk_head box'}),dict(name='div', attrs={'class':'cikk_txt box'})] - - - - feeds = [(u'C\xedmlap', - u'http://www.technet.hu/rss/cimoldal/'), (u'TechTud', - u'http://www.technet.hu/rss/techtud/'), (u'PDA M\xe1nia', - u'http://www.technet.hu/rss/pdamania/'), (u'Telefon', - u'http://www.technet.hu/rss/telefon/'), (u'Sz\xe1m\xedt\xf3g\xe9p', - u'http://www.technet.hu/rss/notebook/'), (u'GPS', - u'http://www.technet.hu/rss/gps/')] -