tdl/docs/command/tdl_dl_url.md
2022-09-15 15:52:03 +08:00

829 B

tdl dl url

Download in url mode

tdl dl url [flags]

Examples

tdl dl url -n iyear --proxy socks5://localhost:1080 -u https://t.me/tdl/1 -u https://t.me/tdl/2 -s 262144 -t 16 -l 3

Options

  -h, --help           help for url
  -u, --urls strings   telegram message links to be downloaded

Options inherited from parent commands

  -l, --limit int       max number of concurrent tasks (default 2)
  -n, --ns string       namespace for Telegram session
  -s, --part-size int   part size for downloading, max is 512*1024 (default 524288)
      --proxy string    proxy address, only socks5 is supported, format: protocol://username:password@host:port
  -t, --threads int     threads for downloading one item (default 8)

SEE ALSO

  • tdl dl - Download what you want