This commit is contained in:
Kovid Goyal 2012-11-23 08:34:17 +05:30
parent cc1162031d
commit c73616b26c
3 changed files with 4 additions and 5 deletions

View File

@ -8,7 +8,6 @@ http://prawica.net
'''
from calibre.web.feeds.news import BasicNewsRecipe
import re
class prawica_recipe(BasicNewsRecipe):
title = u'prawica.net'

View File

@ -6,6 +6,7 @@ __copyright__ = u'2012, Tomasz Dlugosz <tomek3d@gmail.com>'
rybinski.eu
'''
from calibre.web.feeds.news import BasicNewsRecipe
class Rybinski(BasicNewsRecipe):
title = u'Rybinski.eu - economy of the XXI century'

View File

@ -6,7 +6,6 @@ __license__ = 'GPL 3'
__copyright__ = '2012, Tomasz Długosz <tomek3d@gmail.com>'
__docformat__ = 'restructuredtext en'
import re
import urllib
from contextlib import closing