mirror of
https://codeberg.org/matkoniecz/list_how_openstreetmap_can_be_improved_with_alltheplaces_data.git
synced 2025-04-11 01:59:30 +02:00
stop breaking start of address - https://
This commit is contained in:
parent
da11b4b071
commit
ca6ca3b6a6
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class URLChecker():
|
|||
if atp_after_redirect == False: # failed to obtain response
|
||||
return False
|
||||
if atp_after_redirect != atp_value:
|
||||
atp_value = urllib.parse.quote(atp_value)
|
||||
atp_value = urllib.parse.quote(atp_value, safe=":/")
|
||||
if atp_after_redirect == atp_value:
|
||||
# https://salony.orange.pl/pl/orange-jastrzębie-zdrój-galeria-zdrój-26882
|
||||
# vs
|
||||
|
|
Loading…
Add table
Reference in a new issue