gofile.io 링크에서 모든 디렉터리와 파일을 일괄적으로 다운로드하는 CLI(명령줄 인터페이스) 도구
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 라이선스에 따라 라이선스가 부여됩니다.