Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Instagram urls ending in # fail in python2.6 #1038
Comments
|
I think I've expressed myself bad, but the error I got (and sill get) is a HTTP 404:
Without the ending '#':
|
|
Thanks, any idea of why that fails only in 2.6? |
The tests have failed on this in the past two days (since https://travis-ci.org/rg3/youtube-dl/builds/8945203). Removing the '#' at the end of the url or if the input url doesn't have this ending solve the issue.
Any idea?