Инструмент CLI (интерфейс командной строки) для пакетной загрузки всех каталогов и файлов по ссылке gofile.io.
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
Выходной каталог по умолчанию — ./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
Этот проект лицензируется по лицензии MIT.