mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'patch-1' of https://github.com/JosemyDuarte/calibre
This commit is contained in:
commit
d805dd8f8a
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user