From 7d2a8dd624506a63ef080fd8746c5fe84a56919f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 21 Jan 2010 09:29:20 -0700 Subject: [PATCH] ... --- resources/recipes/ftd.recipe | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/recipes/ftd.recipe b/resources/recipes/ftd.recipe index d18f9bdc56..67eb4d08b1 100644 --- a/resources/recipes/ftd.recipe +++ b/resources/recipes/ftd.recipe @@ -23,6 +23,7 @@ class FTDe(BasicNewsRecipe): dict(id='topbanner'), dict(id='seitenkopf'), dict(id='BoxA-0-0-0'), + #dict(id='BoxA-2-0-0'), dict(id='footer'), dict(id='rating_open'), dict(id='ADS_Top'), @@ -59,6 +60,7 @@ class FTDe(BasicNewsRecipe): dict(name='div', attrs={'class':'relatedhalb'}), dict(name='div', attrs={'class':'box boxListScrollOutline'}), dict(name='div', attrs={'class':'box boxPhotoshow boxImgWide'}), + dict(name='div', attrs={'class':'box boxTeaser boxPhotoshow boxImgWide'}), dict(name='div', attrs={'class':'box boxTeaser'}), dict(name='div', attrs={'class':'tagCloud'}), dict(name='div', attrs={'class':'pollView'}),