From 7dc696442175c3679357c70630ad07e9ee310d92 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 17 Apr 2014 20:39:20 +0530 Subject: [PATCH] ... --- recipes/mojegotowanie.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/mojegotowanie.recipe b/recipes/mojegotowanie.recipe index 1ac9aefcdc..b7f69025e4 100644 --- a/recipes/mojegotowanie.recipe +++ b/recipes/mojegotowanie.recipe @@ -1,4 +1,4 @@ -#!usr/bin/env python +#!/usr/bin/env python __license__ = 'GPL v3' __copyright__ = 'MrStefan, teepel' @@ -23,7 +23,7 @@ class mojegotowanie(BasicNewsRecipe): no_stylesheets=True keep_only_tags =[] - keep_only_tags.append(dict(name = 'div', attrs = {'class' : 'content'})) + keep_only_tags.append(dict(name='div', attrs={'class' : 'content'})) feeds = [(u'Artykuły', u'http://mojegotowanie.pl/rss/feed/artykuly'), (u'Przepisy', u'http://mojegotowanie.pl/rss/feed/przepisy')]