From 3918e3d679bd5a6a71d1508b9559854f4664a243 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 9 Jan 2014 18:31:16 +0530 Subject: [PATCH] Update Faz.net --- recipes/faznet.recipe | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/faznet.recipe b/recipes/faznet.recipe index 7425124913..e2138dab6f 100644 --- a/recipes/faznet.recipe +++ b/recipes/faznet.recipe @@ -25,6 +25,8 @@ class FazNet(BasicNewsRecipe): remove_tags_after = dict(name='div', attrs={'class':['ArtikelFooter']}) # AGe add 2013-12-19 remove_tags = [dict(name='div', attrs={'class':['ArtikelFooter']})] # AGe add 2013-12-19 + recursions = 1 + match_regexps = [r'-p[2-9].html$'] feeds = [ ('FAZ.NET Aktuell', 'http://www.faz.net/aktuell/?rssview=1'),