Closed rshipp closed 6 years ago
We do the urlparse try/except before modifiying the URL, which may cause it to error out after we prepend the scheme. Need to just move all the url modifications before the urlparse test.
url
We do the urlparse try/except before modifiying the URL, which may cause it to error out after we prepend the scheme. Need to just move all the
url
modifications before the urlparse test.