Using python, how can I convert a string like
'id\u003d215903184\u0026index\u003d0\u0026st\u003d52\u0026sid\u003d95000\u0026ip\u003d14.145.245.85\u0026pw\u003d'
to
id=215903184&index=0&st=52&sid=95000&ip=14.145.245.85&pw=
update
the specific problem is when I request a url, and return:
{"code":0,"urls":["http://vr.tudou.com/v2proxy/v?id\u003d217267950\u0026index\u003d0\u0026st\u003d52\u0026sid\u003d95000\u0026ip\u003d113.68.97.224\u0026pw\u003d"]}
so, I want to parse this real urls can access to