Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Buy Me A Coffee

About

A CLI (Command Line Interface) tool to download all directories and files from a gofile.io link as a batch

Setup

  1. Download repository
git clone https://github.com/rkwyu/gofile-dl
  1. Install dependencies
cd ./gofile-dlpython -m pip install -r requirements.txt

Usage (CLI)

usage: run.py [-h] [-d DIR] [-p PASSWORD] urlpositional arguments:  urloptions:  -h, --help   show this help message and exit  -d DIR       output directory  -p PASSWORD  password

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

License

This project is licensed under theMIT License

About

Download all directories and files in Gofile (gofile.io) as a batch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp