Increase your download speeds by downloading from multiple IP addresses simultaneously!
You can either have multiple IP addresses on the same adapter or have multiple network adapters.
If you want to use a subset of your IP addresses, change get_ip_addresses
function in utils.py
Install requests
and requests_toolbelt
pip3 install requests
pip3 install requests_toolbelt
Run flash.py
and enter download url(s) as input for the script (I know, I know, I should change that)
python3 flash.py
NOTE: Flash is supposed to be cross-platform but utils.py
is Windows only.
Flash is now cross-platfrom (contributed by @j3rw1N in #2). Feel free to contribute!