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

5.5 采集搜索结果时 设置搜索条件时错误 #367

Open
gaoyuan024 opened this issue Jan 4, 2025 · 2 comments
Open

5.5 采集搜索结果时 设置搜索条件时错误 #367

gaoyuan024 opened this issue Jan 4, 2025 · 2 comments
Labels
需要补充(Incomplete) 需要更多问题说明

Comments

@gaoyuan024
Copy link

gaoyuan024 commented Jan 4, 2025

No description provided.

Copy link

dosubot bot commented Jan 4, 2025

@gaoyuan024 您好,我是Dosu,我是一个能够帮助您解决错误、回答问题并成为贡献者的机器人。我会在等待人类维护者的过程中帮助您。

在 TikTokDownloader 5.5 版本中,搜索结果的排序选项有以下几种:

  • 综合排序
  • 最多点赞
  • 最新发布

这些选项在代码中通过 sort_type_map 表示:

sort_type_map = {
    0,  # 综合排序
    1,  # 最多点赞
    2,  # 最新发布
}

您可以根据需要选择相应的排序类型来设置搜索条件[1]

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@gaoyuan024
Copy link
Author

好的,谢谢你

@JoeanAmier JoeanAmier added the 需要补充(Incomplete) 需要更多问题说明 label Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
需要补充(Incomplete) 需要更多问题说明
Projects
None yet
Development

No branches or pull requests

2 participants