diff --git a/recipes/bloomberg-business-week.recipe b/recipes/bloomberg-business-week.recipe index d43bc0cd86..8d3753fc20 100644 --- a/recipes/bloomberg-business-week.recipe +++ b/recipes/bloomberg-business-week.recipe @@ -68,10 +68,10 @@ class Bloomberg(BasicNewsRecipe): } remove_tags = [ - dict(name=['button', 'svg', 'meta']), + dict(name=['button', 'svg', 'meta', 'iframe']), dict(name='div', attrs={'id':['bb-that', 'bb-nav']}), dict(attrs={'data-image-type':'audio'}), - classes('twitter-logo bb-global-footer __sticky__audio__bar__portal__ css--social-wrapper-outer') + classes('twitter-logo bb-global-footer __sticky__audio__bar__portal__ css--social-wrapper-outer bplayer-container') ] extra_css = ''' diff --git a/recipes/bloomberg.recipe b/recipes/bloomberg.recipe index 656a9aa9fe..e2bc3f3831 100644 --- a/recipes/bloomberg.recipe +++ b/recipes/bloomberg.recipe @@ -1,3 +1,6 @@ +#!/usr/bin/env python +# vim:fileencoding=utf-8 + import json import time from datetime import datetime, timedelta @@ -61,10 +64,10 @@ class Bloomberg(BasicNewsRecipe): cover_url = 'https://assets.bwbx.io/images/users/iqjWHBFdfxIU/ivUxvlPidC3M/v0/600x-1.jpg' remove_tags = [ - dict(name=['button', 'svg', 'meta']), + dict(name=['button', 'svg', 'meta', 'iframe']), dict(name='div', attrs={'id':['bb-that', 'bb-nav']}), dict(attrs={'data-image-type':'audio'}), - classes('twitter-logo bb-global-footer __sticky__audio__bar__portal__ css--social-wrapper-outer') + classes('twitter-logo bb-global-footer __sticky__audio__bar__portal__ css--social-wrapper-outer bplayer-container') ] extra_css = ''' diff --git a/recipes/wsj.recipe b/recipes/wsj.recipe index 24e6e50fea..c41e114a96 100644 --- a/recipes/wsj.recipe +++ b/recipes/wsj.recipe @@ -28,7 +28,7 @@ class WSJ(BasicNewsRecipe): title = 'The Wall Street Journal' __author__ = 'unkn0wn' description = ( - 'The Wall Street Journal is your source for breaking news, analysis and insights from the U.S. and ' + 'The Print Edition of WSJ. The Wall Street Journal is your source for breaking news, analysis and insights from the U.S. and ' 'around the world, the world\'s leading business and finance publication.' ) language = 'en_US'