feat(crawler): fix async crawling
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { HTMLElement, parse as parseHtml } from "node-html-parser";
|
||||
import { config, FetchCrawlerConfig } from "@/config";
|
||||
|
||||
import { FetchCrawlerConfig, config } from "@/config";
|
||||
import { SyncHttpClient } from "@/http/http-client";
|
||||
import { OpenGraph } from "@/http/open-graph";
|
||||
import type { Persistor } from "@/process/persistence";
|
||||
|
||||
Reference in New Issue
Block a user