Ein CLI-Tool (Command Line Interface), um alle Verzeichnisse und Dateien von einem gofile.io-Link als Stapel herunterzuladen
git clone https://github.com/rkwyu/gofile-dl
cd ./gofile-dl
python -m pip install -r requirements.txt
usage: run.py [-h] [-d DIR] [-p PASSWORD] url
positional arguments:
url
options:
-h, --help show this help message and exit
-d DIR output directory
-p PASSWORD password
Das Standardausgabeverzeichnis ist ./output
python run.py https://gofile.io/d/foobar
python run.py -d /baz/qux https://gofile.io/d/foobar
python run.py -p 1234 https://gofile.io/d/foobar
Dieses Projekt ist unter der MIT-Lizenz lizenziert