diff --git a/recipes/scientific_american.recipe b/recipes/scientific_american.recipe index 803d691272..6a59d98e68 100644 --- a/recipes/scientific_american.recipe +++ b/recipes/scientific_american.recipe @@ -53,7 +53,7 @@ class ScientificAmerican(BasicNewsRecipe): def get_browser(self, *args): br = BasicNewsRecipe.get_browser(self) if self.username and self.password: - br.open("https://www.scientificamerican.com/my-account/login/") + br.open("https://www.scientificamerican.com/account/login/") br.select_form(predicate=lambda f: f.attrs.get("id") == "login") br["emailAddress"] = self.username br["password"] = self.password