diff --git a/recipes/idnes.recipe b/recipes/idnes.recipe index 0bd4de2327..238c90694c 100644 --- a/recipes/idnes.recipe +++ b/recipes/idnes.recipe @@ -34,7 +34,7 @@ class iHeuteRecipe(BasicNewsRecipe): dict(name='table', attrs={'class':['video-16ku9']})] remove_tags_after = [dict(name='div',attrs={'id':['related','related2']})] - keep_only_tags = [dict(name='div', attrs={'class':['art-full adwords-text','dil-day']}) + keep_only_tags = [dict(name='div', attrs={'class':['art-full adwords-text','dil-day','art-full']}) ,dict(name='table',attrs={'class':['kemel-box']})] def print_version(self, url): diff --git a/recipes/smith.recipe b/recipes/smith.recipe index 98f7d98517..06075b8d1b 100644 --- a/recipes/smith.recipe +++ b/recipes/smith.recipe @@ -7,6 +7,7 @@ class SmithsonianMagazine(BasicNewsRecipe): __author__ = 'Krittika Goyal' oldest_article = 31#days max_articles_per_feed = 50 + use_embedded_content = False #encoding = 'latin1' recursions = 1 match_regexps = ['&page=[2-9]$']