replace-exception #15

Merged
v4l3n71n merged 4 commits from replace-exception into master 2023-05-29 21:29:19 +00:00
Showing only changes of commit 75c9fa0ad3 - Show all commits

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())