NanmiCoder / NanmiCoder/MediaCrawler
[问题]是否支持抖音的以最新发布顺序检索
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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