Alat CLI (Command Line Interface) untuk mengunduh semua direktori dan file dari tautan gofile.io sebagai batch
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
Direktori keluaran default adalah ./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
Proyek ini dilisensikan di bawah Lisensi MIT