This commit is contained in:
Kovid Goyal 2013-02-28 22:13:11 +05:30
parent 8153195aa0
commit 97ca954c13
2 changed files with 3 additions and 5 deletions

View File

@ -1,5 +1,4 @@
from calibre.web.feeds.news import BasicNewsRecipe
import re
class HNonlineRecipe(BasicNewsRecipe):
__license__ = 'GPL v3'

View File

@ -5,7 +5,6 @@
http://www.unperiodico.unal.edu.co/
'''
from calibre import strftime
from calibre.web.feeds.news import BasicNewsRecipe
class UNPeriodico(BasicNewsRecipe):
@ -18,5 +17,5 @@ class UNPeriodico(BasicNewsRecipe):
max_articles_per_feed = 100
publication_type = 'newspaper'
feeds = [
(u'UNPeriodico', u'http://www.unperiodico.unal.edu.co/rss/type/rss2/')
]
(u'UNPeriodico', u'http://www.unperiodico.unal.edu.co/rss/type/rss2/')
]