Download cloud hosted content from links or pages. Currently supported:
- https://dropbox.com
- https://drive.google.com/
- https://mega.nz/
- https://onedrive.live.com/
- https://disk.yandex.com
python main.py {link1} {page1} {link2} {...}
Python 3
pip install -r requirements.txt
Linux (optional)
- fdupes Used for cleanup after downloading.
- megatools(megadl) Downloads files from mega.nz.
- p7zip-full Python patoolib uses 7zip.
apt install fdupes megatools p7zip-full
Windows (optional)
- Subsystem for Linux Executing the shell commands on Windows.
- 7zip Python patoolib uses 7zip.
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
https://www.7-zip.org/download.html