mirror of
https://github.com/sigmasternchen/ShellSpider
synced 2025-03-16 00:19:06 +00:00
fix character encoding
This commit is contained in:
parent
bded626520
commit
bc76c14000
1 changed files with 1 additions and 1 deletions
2
misc.sh
2
misc.sh
|
@ -5,5 +5,5 @@ urlencode() {
|
|||
}
|
||||
|
||||
urldecode() {
|
||||
python -c "import urllib, sys; print urllib.unquote_plus(sys.argv[1]).decode('utf8')" "$1"
|
||||
python -c "import urllib, sys; print urllib.unquote_plus(sys.argv[1])" "$1"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue