This commit is contained in:
Kovid Goyal 2022-12-19 20:48:50 +05:30
parent 8359b46e3e
commit 85eac7a5b4
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -7,7 +7,7 @@ from calibre.web.feeds.news import BasicNewsRecipe, classes
def absurl(url): def absurl(url):
if url.startswith('/'): if url.startswith('/'):
url = 'https://www.hbr.org/' + url url = 'https://www.hbr.org' + url
return url return url