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 URL + proxy breaks the code #25464
Comments
it's causing wrong behavior, need to be address ytdl-org/youtube-dl#25464
|
|
|
@dstftw the error is the same and it doesn't generate any debug file. BTW, why the issue is considered invalid? |
Hello,
When I run
youtube-dlproviding an Instagram post with video and using a proxy, the Python interpreter crashed.error trace
I verified the proxy works as expected using a Twitter URL
Twitter URL with proxy working fine
In fact, if I just remove the
proxyflag, the Instagram URL works as expectedInstagram without proxy working fine
So is the combination of the Instagram URL + Proxy flag that is crashing the code in some way.
Checklist