remove obsolete re inclusion

This commit is contained in:
Tomasz Długosz 2012-11-24 13:35:21 +01:00
parent 736d37da50
commit 3f4c4da724

View File

@ -8,7 +8,6 @@ samcik.blox.pl
'''
from calibre.web.feeds.news import BasicNewsRecipe
import re
class samcik(BasicNewsRecipe):
title = u'Maciej Samcik Blog'
@ -24,4 +23,4 @@ class samcik(BasicNewsRecipe):
remove_tags =[]
remove_tags.append(dict(name = 'table', attrs = {'border' : '0'}))
feeds = [(u'Wpisy', u'http://samcik.blox.pl/rss2')]
feeds = [(u'Wpisy', u'http://samcik.blox.pl/rss2')]