fix: 小红书创作者功能数据获取优化

This commit is contained in:
Relakkes
2024-03-17 14:50:10 +08:00
parent 78a9bf9f38
commit 96309dcfee
5 changed files with 133 additions and 139 deletions

View File

@@ -4,7 +4,7 @@ KEYWORDS = "python,golang"
LOGIN_TYPE = "qrcode" # qrcode or phone or cookie
COOKIES = ""
SORT_TYPE = "popularity_descending" # 具体值参见media_platform.xxx.field下的枚举值展示只支持小红书
CRAWLER_TYPE = "search"
CRAWLER_TYPE = "search" # 爬取类型search(关键词搜索) | detail(帖子相亲)| creator(创作者主页数据)
# 是否开启 IP 代理
ENABLE_IP_PROXY = False
@@ -70,8 +70,6 @@ WEIBO_SPECIFIED_ID_LIST = [
# 指定小红书创作者ID列表
XHS_CREATOR_ID_LIST = [
"59d8cb33de5fb4696bf17217",
"61b87386000000001000b18b",
"5e8558100000000001005bc5",
"63e36c9a000000002703502b",
# ........................
]