- Notifications
You must be signed in to change notification settings - Fork16
Download all directories and files in Gofile (gofile.io) as a batch
License
NotificationsYou must be signed in to change notification settings
rkwyu/gofile-dl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A CLI (Command Line Interface) tool to download all directories and files from a gofile.io link as a batch
- Download repository
git clone https://github.com/rkwyu/gofile-dl
- Install dependencies
cd ./gofile-dlpython -m pip install -r requirements.txt
usage: run.py [-h] [-d DIR] [-p PASSWORD] [-t THREAD] [-e EXCLUDES ...] urlpositional arguments: urloptions: -h, --help show this help message and exit -d DIR output directory -p PASSWORD password -t THREAD number of threads (default: 1) -e EXCLUDES excluded files (supporting wildcard *)
Default output directory is./output
Example 1: Download files fromhttps://gofile.io/d/foobar
python run.py https://gofile.io/d/foobar
Example 2: Download files fromhttps://gofile.io/d/foobar to directory /baz/qux
python run.py -d /baz/qux https://gofile.io/d/foobar
Example 3: Download files fromhttps://gofile.io/d/foobar with password "1234" protected
python run.py -p 1234 https://gofile.io/d/foobar
Example 4: Download files fromhttps://gofile.io/d/foobar with 4 threads
python run.py -t 4 https://gofile.io/d/foobar
Example 5: Download files fromhttps://gofile.io/d/foobar except *.jpg, foo.bar files
python run.py -e "*.jpg" -e "foo.bar" https://gofile.io/d/foobar
This project is licensed under theMIT License
About
Download all directories and files in Gofile (gofile.io) as a batch
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.