Commit b4238257 by Finley Ge Committed by GitHub

feat: dynamic website crawler (#2609)

* feat: cheerio returns cherrio.load for pro version website sync

* chore: rename
parent 38f47956
......@@ -101,3 +101,5 @@ export const urlsFetch = async ({
return response;
};
export const loadContentByCheerio = async (content: string) => cheerio.load(content);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment