feat: dynamic website crawler (#2609)
* feat: cheerio returns cherrio.load for pro version website sync * chore: rename
This commit is contained in:
parent
38f47956cd
commit
b4238257b6
@ -101,3 +101,5 @@ export const urlsFetch = async ({
|
||||
|
||||
return response;
|
||||
};
|
||||
|
||||
export const loadContentByCheerio = async (content: string) => cheerio.load(content);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user