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)