This commit is contained in:
Valentin CZERYBA 2023-05-28 22:42:38 +02:00
parent 110ccc4bb1
commit 75c9fa0ad3

View File

@ -220,7 +220,7 @@ class WPExport:
try:
u = urlparse(self._url)
o = urlparse(href)
if o.netloc == "":
if o.netloc == "":
o = o._replace(netloc=u.netloc)
o = o._replace(scheme=u.scheme)
page_url.append(o.geturl())