mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
remove obsolete re inclusion
This commit is contained in:
parent
736d37da50
commit
3f4c4da724
@ -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')]
|
||||
|
Loading…
x
Reference in New Issue
Block a user