Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vindolin/uploaded
uploded.py
https://github.com/vindolin/uploaded
Last synced: 12 days ago
JSON representation
uploded.py
- Host: GitHub
- URL: https://github.com/vindolin/uploaded
- Owner: vindolin
- License: mit
- Created: 2015-07-12T08:13:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-18T17:54:42.000Z (about 9 years ago)
- Last Synced: 2024-11-11T10:51:07.638Z (about 2 months ago)
- Language: Python
- Size: 188 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Minimalistic download manager for files on uploaded.net (needs premium account).
Supports DLCs.
Needs Python3 (asyncio, yield from).
usage: uploaded.py [-h] [--workers WORKERS] [--id ID] [--pw PW]
[--download_dir DOWNLOAD_DIR]
urls [urls ...]uploaded
positional arguments:
urls list of urls or .dlc files to download (can be mixed).
eg: http://uploaded.net/file/abcdefgh foo.dlcoptional arguments:
-h, --help show this help message and exit
--workers WORKERS, -w WORKERS
number of simultaneus downloads
--id ID login id
--pw PW login password
--download_dir DOWNLOAD_DIR, -d DOWNLOAD_DIR
download directory