diff --git a/recipes/hnonline.recipe b/recipes/hnonline.recipe index d9faafd0f1..5f6a48b026 100644 --- a/recipes/hnonline.recipe +++ b/recipes/hnonline.recipe @@ -1,5 +1,4 @@ from calibre.web.feeds.news import BasicNewsRecipe -import re class HNonlineRecipe(BasicNewsRecipe): __license__ = 'GPL v3' @@ -65,4 +64,4 @@ class HNonlineRecipe(BasicNewsRecipe): @font-face {font-family: "serif1";src:url(res:///opt/sony/ebook/FONT/tt0011m_.ttf)} @font-face {font-family: "sans1";src:url(res:///opt/sony/ebook/FONT/LiberationSans.ttf)} body {font-family: sans1, serif1;} - ''' \ No newline at end of file + ''' diff --git a/recipes/unperiodico.recipe b/recipes/unperiodico.recipe index d4edb4e5dc..b40b6c372e 100644 --- a/recipes/unperiodico.recipe +++ b/recipes/unperiodico.recipe @@ -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/') + ]