I need for my project, some function using Python 2.7 to enter a URL, and get the next URL from it. - > Example: goo.gl/LAKFXG = link bit.ly/2D3SEnZ = link
I do not want to use the API of these URLs, but something that actually enters the url and returns me the final URL. But I'm out of ideas. Any library? Remembering that I do not want to use the shortcuts APIs.