Skip to content

femtoAmpere/cloud-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

download content from links of various cloud hosters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages