File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -264,9 +264,19 @@ tdl login --code
264264
265265> If you need higher speed, set higher threads. But do not arbitrarily set too large ` threads ` .
266266
267- - Download (protected) chat files from message urls:
267+ - Download (protected) chat files from message link:
268+
269+ > ** Note**
270+ > Get message links from "Copy Link" button in official clients.
268271
269272``` shell
273+ # message link may be like:
274+ # - https://t.me/telegram/193
275+ # - https://t.me/c/1697797156/151
276+ # - https://t.me/iFreeKnow/45662/55005
277+ # - https://t.me/c/1492447836/251015/251021
278+ # - file a new issue if you find other formats
279+
270280tdl dl -u https://t.me/tdl/1 -u https://t.me/tdl/2
271281```
272282
Original file line number Diff line number Diff line change @@ -271,7 +271,17 @@ tdl login --code
271271
272272- 从消息链接下载(受保护的)文件:
273273
274+ > ** Note**
275+ > 从官方客户端的 "复制链接" 按钮获取消息链接。
276+
274277``` shell
278+ # 消息链接可能是以下格式之一:
279+ # - https://t.me/telegram/193
280+ # - https://t.me/c/1697797156/151
281+ # - https://t.me/iFreeKnow/45662/55005
282+ # - https://t.me/c/1492447836/251015/251021
283+ # - 如果你发现其他格式的链接,请提交 issue
284+
275285tdl dl -u https://t.me/tdl/1 -u https://t.me/tdl/2
276286```
277287
You can’t perform that action at this time.
0 commit comments