Skip to content

Download files from https://gofile.io modified to accept a list of urls in a text file

License

Notifications You must be signed in to change notification settings

eriknz/gofile-downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gofile-downloader

Download files from https://gofile.io modified to accept a .txt file of urls.

Requirements

pip install -r requirements.txt

Usage

python gofile-downloader.py urls.txt

If it has password (I haven't checked if this works with file import):

python gofile-downloader.py urls.txt 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

About

Download files from https://gofile.io modified to accept a list of urls in a text file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%