Metadata-Version: 2.1
Name: gofile-dl
Version: 1.0.0
Summary: Download files from gofile.io
Home-page: https://github.com/rdnkarchiver/gofile-dl
Author: rdnkarchiver
Author-email: rdnkarchiver@protonmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/rdnkarchiver/gofile-dl/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# gofile-dl

```
usage: gofile-dl [-h] [--dry-run] [--flatten] [--output-dir <directory>] [--password <password>] [--token <token>] [--verbose] [--version] link [link ...]

positional arguments:
  link

optional arguments:
  -h, --help            show this help message and exit
  --dry-run             Do not download anything.
  --flatten             Save all files in the same directory. Only used with --output-dir.
  --output-dir <directory>, -o <directory>
                        Directory in which to save files. Non-existent directories will be created.
  --password <password>, -p <password>
                        Password for password-protected files.
  --token <token>, -t <token>
                        Account token. If not specified, a guest account will be created.
  --verbose, -v         Increase output verbosity.
  --version             show program's version number and exit
```


