diff --git a/src/calibre/web/feeds/recipes/jutarnji.py b/src/calibre/web/feeds/recipes/jutarnji.py index 062242429d..d1c52b3fc2 100644 --- a/src/calibre/web/feeds/recipes/jutarnji.py +++ b/src/calibre/web/feeds/recipes/jutarnji.py @@ -1,45 +1,42 @@ -''' - Profile to download Jutarnji.hr by Valloric -''' - -import re - -from calibre.web.feeds.news import BasicNewsRecipe - -class Jutarnji(BasicNewsRecipe): - - title = 'Jutarnji' - description = 'News from Croatia' - __author__ = 'Valloric' - use_embedded_content = False - timefmt = ' [%d %b %Y]' - max_articles_per_feed = 80 - html_description = True - no_stylesheets = True - - preprocess_regexps = [ - (re.compile(r'', re.IGNORECASE | re.DOTALL), lambda match : ''), - (re.compile(r'.*?', re.IGNORECASE | re.DOTALL), lambda match : ''), - (re.compile(r'' + soup.head.insert(0,mtag) + return soup + \ No newline at end of file