We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我自己的用法如下: 主要搞清频道id和消息id就可以了
频道id TG里面设置--高级--实验功能--显示id。随后点击频道右上方三点,显示频道信息。复制频道id 消息id 例子如下 消息链接:https://t.me/c/1492447836/251011/269724(251011 是主题 ID) https://t.me/soqkkqossmsn/48334 48334是消息id soqkkqossmsn是频道id
第一步 tdl chat export -c 频道id或者用户名 --reply 回复的消息id 例子:tdl.exe chat export -c 1924435530 --reply 48334 或者 tdl.exe chat export -c soqkkqossmsn --reply 48334 默认导出json文件到tdl程序安装目录下 经测试--topic和--reply 效果类似,作者可以详细说明下作用
第二步 tdl.exe dl -f C:\tdl\tdl-export.json -d C:\TG\ -t 64 -l 5 --continue -f 是json文件所在目录 -d为下载目录 ok,坐等下载完毕
0.0
Windows
No response
The text was updated successfully, but these errors were encountered:
iyear
No branches or pull requests
Describe the bug
我自己的用法如下:
主要搞清频道id和消息id就可以了
频道id TG里面设置--高级--实验功能--显示id。随后点击频道右上方三点,显示频道信息。复制频道id
消息id 例子如下
消息链接:https://t.me/c/1492447836/251011/269724(251011 是主题 ID)
https://t.me/soqkkqossmsn/48334 48334是消息id soqkkqossmsn是频道id
第一步
tdl chat export -c 频道id或者用户名 --reply 回复的消息id
例子:tdl.exe chat export -c 1924435530 --reply 48334
或者
tdl.exe chat export -c soqkkqossmsn --reply 48334
默认导出json文件到tdl程序安装目录下
经测试--topic和--reply 效果类似,作者可以详细说明下作用
第二步
tdl.exe dl -f C:\tdl\tdl-export.json -d C:\TG\ -t 64 -l 5 --continue
-f 是json文件所在目录
-d为下载目录
ok,坐等下载完毕
To Reproduce
0.0
Expected behavior
0.0
Version
0.0
Which OS are you running tdl on?
Windows
Additional context
No response
The text was updated successfully, but these errors were encountered: