vishalkr07 / Flash

Downloading client with support for multiple IP addresses / adapters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flash

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

Usage

Install requests and requests_toolbelt

pip3 install requests
pip3 install requests_toolbelt

Run __main.py__ and enter download url(s) as input for the script (I know, I know, I should change that)

python3 .

Or you can install the Chrome extension (Instructions) and Flash automatically captures downloads that are > 10 MB in size.
(Note that, Flash needs to be running)
Windows users, if you want to disable the constant nagging by Chrome that "Extensions running in developer mode can harm your computer...", take look at this Stack Overflow answer.

Supported Platforms

Flash supports Windows, Linux and macOS.
(Linux and macOS support for utils.py was contributed by @j3rw1N in #2). Feel free to contribute!

About

Downloading client with support for multiple IP addresses / adapters


Languages

Language:Python 95.7%Language:JavaScript 4.3%