War gestern auf der Arbeit sehr handlich, um URL-kodierte GET-Parameter wieder lesbar zu machen:
$ python >>> import urllib.parse >>> urllib.parse.unquote('http://domain.tld/index.php?t=12%2F7%2F2013%2011%3A19%3A40%201%20-120&ce=UTF-8') 'http://domain.tld/index.php?t=12/7/2013 11:19:40 1 -120&ce=UTF-8'
Liked this post? Follow this blog to get more.