diff --git a/recipes/samcik_blox.recipe b/recipes/samcik_blox.recipe index c1e05f04c4..69bb836c76 100644 --- a/recipes/samcik_blox.recipe +++ b/recipes/samcik_blox.recipe @@ -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')] \ No newline at end of file + feeds = [(u'Wpisy', u'http://samcik.blox.pl/rss2')]