📥 Telegram Downloader, but more than a downloader 🚀
Go to file
2022-09-07 00:04:58 +08:00
.github/workflows ci(actions): release action 2022-09-04 23:45:37 +08:00
app refactor(utils): proxy 2022-09-07 00:04:58 +08:00
cmd docs(cmd): update proxy flag comments 2022-09-05 22:10:08 +08:00
docs/command docs(cmd): update proxy flag comments 2022-09-05 22:10:08 +08:00
img docs(README.md): add preview 2022-09-05 23:08:51 +08:00
pkg refactor(utils): proxy 2022-09-07 00:04:58 +08:00
.editorconfig feat(prj): init 2022-09-01 15:16:59 +08:00
.gitattributes feat(prj): init 2022-09-01 15:16:59 +08:00
.gitignore chore(gitignore): add downloads and *.exe 2022-09-04 10:55:41 +08:00
.goreleaser.yaml refactor(consts): separate 2022-09-05 19:14:21 +08:00
go.mod refactor(consts): home dir 2022-09-05 16:22:25 +08:00
go.sum refactor(consts): home dir 2022-09-05 16:22:25 +08:00
LICENSE chore(LICENSE): add AGPL-v3.0 2022-09-05 22:07:31 +08:00
main.go feat(prj): init 2022-09-01 15:16:59 +08:00
Makefile ci(Makefile): init 2022-09-04 20:39:45 +08:00
README.md docs(README): add proxy for login 2022-09-05 23:31:24 +08:00

Intro

📥 Telegram Downloader, but more than a downloader 🚀

⚠ Note: Command compatibility is not guaranteed in the early stages of development

Features

  • Single file start-up
  • Cross-platform support
  • Low resource usage
  • Faster than official clients
  • Downloading files from protected chats

Preview

It reaches my proxy's speed limit

Usage

# check the version
tdl version

# use proxy
tdl --proxy socks5://127.0.0.1:1080

# login your account
tdl login -n iyear --proxy socks5://127.0.0.1:1080

# download files in url mode, url is the message link
tdl dl -n iyear -u https://t.me/tdl/1 -u https://t.me/tdl/2 -m url

# full examples in url mode
tdl dl -n iyear --proxy socks5://127.0.0.1:1080 -u https://t.me/tdl/1 -u https://t.me/tdl/2 -m url -s 262144 -t 16 -l 3

Data

Your account information will be stored in the ~/.tdl directory.

Commands

Go to command documentation for full command docs.

LICENSE

AGPL-3.0 License