diff --git a/recipes/substack.recipe b/recipes/substack.recipe index 2f15bc5050..059eaa1277 100644 --- a/recipes/substack.recipe +++ b/recipes/substack.recipe @@ -94,7 +94,7 @@ class Substack(BasicNewsRecipe): u = self.recipe_specific_options.get('auths') if u and isinstance(u, str): for x in u.split(): - ans.append('https://' + x.replace('@', ' ') + '.substack.com/feed') + ans.append('https://' + x.replace('@', '') + '.substack.com/feed') return ans def preprocess_html(self, soup):