tdl/docs/command/tdl_dl.md

32 lines
700 B
Markdown
Raw Normal View History

2022-09-01 19:10:08 +08:00
## tdl dl
Download what you want
2022-09-10 15:35:28 +08:00
### Examples
```
tdl dl -h
```
2022-09-01 19:10:08 +08:00
### Options
```
-h, --help help for dl
2022-09-05 20:08:59 +08:00
-l, --limit int max number of concurrent tasks (default 2)
2022-09-14 13:45:56 +08:00
-s, --part-size int part size for downloading, max is 512*1024 (default 524288)
2022-09-05 20:08:59 +08:00
-t, --threads int threads for downloading one item (default 8)
2022-09-01 19:10:08 +08:00
```
### Options inherited from parent commands
```
2022-09-05 20:08:59 +08:00
-n, --ns string namespace for Telegram session
2022-09-05 22:10:08 +08:00
--proxy string proxy address, only socks5 is supported, format: protocol://username:password@host:port
2022-09-01 19:10:08 +08:00
```
### SEE ALSO
2022-09-15 15:52:03 +08:00
* [tdl](tdl.md) - Telegram Downloader, but more than a downloader
2022-09-09 23:18:08 +08:00
* [tdl dl url](tdl_dl_url.md) - Download in url mode
2022-09-01 19:10:08 +08:00