Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_apk.py: use aiohttp to download files faster #62

Open
JohanLorenzo opened this issue Jun 5, 2018 · 0 comments
Open

get_apk.py: use aiohttp to download files faster #62

JohanLorenzo opened this issue Jun 5, 2018 · 0 comments

Comments

@JohanLorenzo
Copy link
Contributor

mozapkpublisher is now a Python 3 project. We can use this version to leverage faster downloads.

At the moment, downloads are synchronous. We have to wait for the first file to complete before the second one starts. https://github.com/aio-libs/aiohttp allows us to performs all downloads at once.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant