Skip to content
New issue

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

建议在说明文档里详细说下如何从群组里下载评论区(讨论区)里面的所有视频及文件 #782

Open
LimitBreaker01 opened this issue Nov 6, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@LimitBreaker01
Copy link

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

@LimitBreaker01 LimitBreaker01 added the bug Something isn't working label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants