أداة 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