Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakkusakura/downloader
A useful python tool for downloading minor files through HTTP/FTP in multi threads(As both a library and a executable)
https://github.com/jakkusakura/downloader
Last synced: about 6 hours ago
JSON representation
A useful python tool for downloading minor files through HTTP/FTP in multi threads(As both a library and a executable)
- Host: GitHub
- URL: https://github.com/jakkusakura/downloader
- Owner: JakkuSakura
- Created: 2019-05-17T05:28:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T12:18:28.000Z (over 5 years ago)
- Last Synced: 2023-11-25T05:21:23.584Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Downloader
a downloader based on python
## positional arguments
```text
download_file The file(s) or the list(s) you want to download
```
## optional arguments
```text
-h, --help show this help message and exit
-v, --version show program's version number and exit
-l, --list Assume your files as downloading list(s)
-d DEST, --dest DEST The base path where you want to save your file(s)
```
## Download list
### format
each line represents ONE file
```text
https://www.foo.com/
```Append the path or filename if you want to save it somewhere
```text
http://www.baidu.com/index.html baidu.html
http://www.4399.com/ fall/
```