boobot: Do not quote the semicolon
This commit is contained in:
parent
1eedc55344
commit
9b5b0dcf8b
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ def fixurl(url):
|
|||
urllib.quote(urllib.unquote(pce).encode('utf8'), '')
|
||||
for pce in parsed.path.split('/')
|
||||
)
|
||||
query = urllib.quote(urllib.unquote(parsed.query).encode('utf8'), '=&?/')
|
||||
query = urllib.quote(urllib.unquote(parsed.query).encode('utf8'), '=&?/;')
|
||||
fragment = urllib.quote(urllib.unquote(parsed.fragment).encode('utf8'))
|
||||
|
||||
# put it back together
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue