feat: dynamic website crawler (#2609)

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

* chore: rename
This commit is contained in:
Finley Ge 2024-09-05 14:49:57 +08:00 committed by GitHub
parent 38f47956cd
commit b4238257b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,3 +101,5 @@ export const urlsFetch = async ({
return response;
};
export const loadContentByCheerio = async (content: string) => cheerio.load(content);