Added debug message

This commit is contained in:
jeancf 2022-11-22 11:08:29 +01:00
parent 40d14c4d5d
commit 68e4918b02

View File

@ -91,6 +91,9 @@ def deredir_url(url):
# If anything goes wrong keep the URL intact
return url
if ret.url != url:
logging.debug("Removed redirection from: " + url + " to: " + ret.url)
# Return the URL that the page was downloaded from
return ret.url