-
Notifications
You must be signed in to change notification settings - Fork 95
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
是否可以有个选项启用或者关闭打印的 Start Crawling/finish 信息 #65
Labels
enhancement
New feature or request
Comments
Message that will be displayed on users' first issue |
哇,已经在使用了,太好用了。感谢开发者! @coder-hxl |
@coder-hxl 对了, log 的 ts 未更新哦。 // XCrawlConfig
export interface XCrawlConfig extends CrawlCommonConfig {
mode?: 'async' | 'sync'
enableRandomFingerprint?: boolean
baseUrl?: string
intervalTime?: IntervalTime
crawlPage?: {
puppeteerLaunch?: PuppeteerLaunchOptions
}
} |
8.3.0 版本的 ts 也更新了,有可能你用的还是 8.2.0 版本,可以尝试把 node_modules 删了重新下载依赖。 |
😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这个特性解决了什么问题?
目前看完文档没有发现有控制 log 的配置,在使用其它方法配合 x-crawl 使用的时候会造成控制台输出混乱。
如果可以手动配置,再提供一个 context 就更好了,类似 https://listr2.kilic.dev/task/output.html
提议的 API 是什么样的?
这个我不是很专业。
The text was updated successfully, but these errors were encountered: