Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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/
```