This commit is contained in:
Kovid Goyal 2024-04-04 22:14:25 +05:30
parent 544f991eed
commit 6e922830b5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -4,10 +4,10 @@
import json
from calibre.web.feeds.news import BasicNewsRecipe, classes
from mechanize import Request
def absurl(x):
if x.startswith('//'):
x = 'https:' + x