diff --git a/recipes/nrc_next.recipe b/recipes/nrc_next.recipe index c2b61caef3..da2daab40b 100644 --- a/recipes/nrc_next.recipe +++ b/recipes/nrc_next.recipe @@ -39,7 +39,7 @@ class NRCNext(BasicNewsRecipe): br['password'] = self.password response2 = br.submit() raw = response2.get_data() - if 'ingelogd' not in raw: # in body class + if 'niet ingelogd' in raw: # in body class raise ValueError('Failed to login, check username and password') epubraw = None for today in (date.today(), date.today() - timedelta(days=1),):