In python, how to get the final URL corresponding to a short link. There are many Taobao short links now. I need to get the final URL to which the short link jumps. Is there any good way to do this? Some are 302 and some are redirected directly on the web page using js. How to get these
Use selenium+phantonjs...
http://stackoverflow.com/ques...
And you can try the pip package
https://pypi.python.org/pypi/...