boobot: Do not quote the semicolon

This commit is contained in:
Laurent Bachelier 2013-05-09 20:21:22 +02:00 committed by Romain Bignon
commit 9b5b0dcf8b

View file

@ -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