emorrp1 / mintupload

Uploads files on the Internet
http://emorrp1.github.com/mintupload
6 stars 21 forks source link

url encoding #9

Closed emorrp1 closed 15 years ago

emorrp1 commented 15 years ago

just noticed this in the irc channel. Spaces and such are not encoded, fine for pasting directly into firefox, but useless for autolinkers, like in xchat

emorrp1 commented 15 years ago

could use urllib.quote but that changes more characters than necessary. adding "://" to the parameters drastically improves readability.

emorrp1 commented 15 years ago

Created commit a5b16f8: encoding spaces in urls - #9 1 files changed, 1 insertions(+), 0 deletions(-)

emorrp1 commented 15 years ago

Fix Released - spaces only - in v3.5