├── .gitignore ├── LICENSE ├── README.md ├── gofile-downloader.py └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ltsdw/gofile-downloader/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ltsdw/gofile-downloader/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ltsdw/gofile-downloader/HEAD/README.md -------------------------------------------------------------------------------- /gofile-downloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ltsdw/gofile-downloader/HEAD/gofile-downloader.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ltsdw/gofile-downloader/HEAD/requirements.txt --------------------------------------------------------------------------------