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.
Faster downloading using alternative libraries #26352
Comments
|
A. Faster-than-requests won't improve download speeds but rather send requests faster. However they have no support for Python2 (nor 32bit if that is still important) and from what I got is that core maintainers are focused on compatibility. B. In what custom python script? |
|
@blackjack4494 My python script uses hooks provided by
|
Question
On quest for faster downloads in my custom script using
youtube-dlas a library, I stumbled upon these https://github.com/juancarlospaco/faster-than-requests/ , https://stackoverflow.com/questions/19724222/pycurl-attachments-and-progress-functions modules which claim to accelrate python downloads.My questions are:
A). Can
youtube-dluse one of these to improve download speeds or it is already optimized?B). Is there a way to track progress of downloads from external downloaders in the custom python script?
Thanks