diff --git a/recipes/apple_daily.recipe b/recipes/apple_daily.recipe index 81c2aebe65..98828bfd56 100644 --- a/recipes/apple_daily.recipe +++ b/recipes/apple_daily.recipe @@ -253,6 +253,7 @@ class AppleDaily(BasicNewsRecipe): if os.path.exists(last): with open(last, 'rb') as fi: src = fi.read().decode('utf-8') + src = src.replace('height:260px !important;','display:none') #fix flow-player div tag parent soup = BeautifulSoup(src) body = soup.find('body') if body is not None: