Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 832 Bytes

README.md

File metadata and controls

32 lines (30 loc) · 832 Bytes

cloud-downloader

Download cloud hosted content from links or pages. Currently supported:

usage

python main.py {link1} {page1} {link2} {...}

Requirements:

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