mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-06-06 09:57:25 +08:00
feat: 微博二维码登录done
This commit is contained in:
@@ -14,8 +14,8 @@ IP_PROXY_POOL_COUNT = 2
|
||||
# 重试时间
|
||||
RETRY_INTERVAL = 60 * 30 # 30 minutes
|
||||
|
||||
# 无头浏览器的标识,True:开启 False 关闭(会打开一个浏览器)
|
||||
HEADLESS = False
|
||||
# 设置为True不会打开浏览器(无头浏览器),设置False会打开一个浏览器(小红书如果一直扫码登录不通过,打开浏览器手动过一下滑动验证码)
|
||||
HEADLESS = True
|
||||
|
||||
# 是否保存登录状态
|
||||
SAVE_LOGIN_STATE = True
|
||||
|
||||
Reference in New Issue
Block a user