Skip to content

Commit

Permalink
Merge branch 'patch-1' of https://github.com/JosemyDuarte/calibre
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Nov 11, 2024
2 parents 723eabf + b980f77 commit d805dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/substack.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit d805dd8

Please sign in to comment.