fix-export #26

Merged
v4l3n71n merged 9 commits from fix-export into master 2023-09-15 21:43:36 +00:00
Showing only changes of commit bce1643135 - Show all commits

View File

@ -141,7 +141,7 @@ class WPimport:
def _getInfoAlbum(self, link):
if self._ssl_canalblog:
link = link.replace("http", "https").("httpss", "https")
link = link.replace("http", "https").replace("httpss", "https")
self._logger.info("{0} : Info album : {1}".format(self._name, link))
link_o = urlparse(link)
if len(link_o.netloc) > 0: