Skip to content

Commit 0b81c2e

Browse files
committed
docs(README): add notes to message link
1 parent ccc81df commit 0b81c2e

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
270280
tdl dl -u https://t.me/tdl/1 -u https://t.me/tdl/2
271281
```
272282

README_zh.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
275285
tdl dl -u https://t.me/tdl/1 -u https://t.me/tdl/2
276286
```
277287

0 commit comments

Comments
 (0)