fix: properly end requests in progress when reaching maxPagesPerCrawl #40
Annotations
8 warnings
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint:
packages/gpt-scraper-core/src/crawler.ts#L36
Unexpected any. Specify a different type
|
lint:
packages/gpt-scraper-core/src/crawler.ts#L215
Unexpected any. Specify a different type
|
lint:
packages/gpt-scraper-core/src/markdown.ts#L3
Do not use "@ts-ignore" because it alters compilation errors
|
lint:
packages/gpt-scraper-core/src/models/model.ts#L34
Do not use "@ts-ignore" because it alters compilation errors
|
lint:
packages/gpt-scraper-core/src/models/openai.ts#L21
Unexpected any. Specify a different type
|
lint:
packages/gpt-scraper-core/src/models/openai.ts#L78
Unexpected any. Specify a different type
|
lint:
packages/gpt-scraper-core/src/models/openai.ts#L120
Unexpected any. Specify a different type
|