NanmiCoder / NanmiCoder/MediaCrawler

[问题]是否支持抖音的以最新发布顺序检索

Open
#626 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

question
Dominant language
Python
Stars
65.3k
Forks
12.6k
PR merge metrics
No merged PRs in 30d

Description

在base_config.py有“SORT_TYPE = ”的参数,这个参数备注了“暂时只支持小红书”,但是在media_platform.douyin.field中有以下枚举

class SearchSortType(Enum):
"""search sort type"""
GENERAL = 0 # 综合排序
MOST_LIKE = 1 # 最多点赞
LATEST = 2 # 最新发布

请问应该以哪一个备注为准?目前MediaCrawler可以支持抖音的“最新发布”顺序检索吗?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by comparing the SORT_TYPE setting and its comment in base_config.py with the SearchSortType enum in media_platform.douyin.field. Trace whether LATEST is passed through Douyin search, then verify the behavior with the relevant search path. Done means the repository clearly establishes whether latest-published sorting is supported and the configuration guidance is consistent.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.