ltsdw / gofile-downloader

Download files from https://gofile.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gofile-downloader

Download files from https://gofile.io

Requirements

Python version 3.10 or newer.

Modules:

pip3 install -r requirements.txt

Usage

python gofile-downloader.py https://gofile.io/d/contentid

If it has password:

python gofile-downloader.py https://gofile.io/d/contentid password

Use the environment variable GF_DOWNLOADDIR to specify where to download to (the path must exist already):

GF_DOWNLOADDIR="/path/to/the/directory" python gofile-downloader.py https://gofile.io/d/contentid

Use the environment variable GF_USERAGENT to specify browser user agent (default Mozilla/5.0):

GF_USERAGENT="user agent string" python gofile-downloader.py https://gofile.io/d/contentid

About

Download files from https://gofile.io

License:GNU General Public License v3.0


Languages

Language:Python 100.0%