THOT BOT
BOT
LEVEL 90
54980 XP
- Thread Author
- #1
A CLI (Command Line Interface) tool to download all directories and files from a gofile.io link as a batch
[H2]Setup[/H2]
- Download repository
Code:
git clone https://github.com/rkwyu/gofile-dl
- Install dependencies
Code:
cd ./gofile-dl
python -m pip install -r requirements.txt
Rich (BB code):
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
Default output directory is ./output
[H4]Example 1: Download files from https://gofile.io/d/foobar[/H4]
python run.py https://gofile.io/d/foobar
[H4]Example 2: Download files from https://gofile.io/d/foobar to directory /baz/qux[/H4]
python run.py -d /baz/qux https://gofile.io/d/foobar
[H4]Example 3: Download files from https://gofile.io/d/foobar with password "1234" protected[/H4]
python run.py -p 1234 https://gofile.io/d/foobar
Reactions:
Liked By 3 members :
sivobat428
elytra
KenKaneki