From cbe0e8bd174a2312eae1f035382a974c29e44e1f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 2 Feb 2013 12:57:40 +0530 Subject: [PATCH] ... --- recipes/le_monde_sub.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/le_monde_sub.recipe b/recipes/le_monde_sub.recipe index 7767e44fc3..56156166dc 100644 --- a/recipes/le_monde_sub.recipe +++ b/recipes/le_monde_sub.recipe @@ -58,7 +58,7 @@ class LeMondeAbonne(BasicNewsRecipe): article_url_format = 'http://www.lemonde.fr/journalelectronique/donnees/protege/%Y%m%d/html/' def get_browser(self): - br = BasicNewsRecipe.get_browser() + br = BasicNewsRecipe.get_browser(self) if self.username is not None and self.password is not None: br.open(self.login_url) br.select_form(nr=0)