📥 Telegram Downloader, but more than a downloader 🚀
âš Note: Command compatibility is not guaranteed in the early stages of development
- Single file start-up
- Cross-platform support
- Low resource usage
- Faster than official clients
- Downloading files from protected chats
It reaches my proxy's speed limit
Go to GitHub Releases to download the latest version
# check the version
tdl version
# use proxy
tdl --proxy socks5://127.0.0.1:1080
# specify the account namespace
tdl -n my-tdl
# 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 url -n iyear -u https://t.me/tdl/1 -u https://t.me/tdl/2
# full examples in url mode
tdl dl url -n iyear --proxy socks5://127.0.0.1:1080 -u https://t.me/tdl/1 -u https://t.me/tdl/2 -s 262144 -t 16 -l 3
Your account information will be stored in the ~/.tdl
directory.
Go to command documentation for full command docs.
AGPL-3.0 License