File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import consola from "consola" ;
22import { HTMLAnchorElement , HTMLElement , parseHTML } from "linkedom" ;
3- import { buildScreenshotUrl } from "../utils/urls" ;
43import { ExtensionStoreName } from "../enums" ;
4+ import { buildScreenshotUrl } from "../utils/urls" ;
55
66export async function crawlExtension (
77 id : string ,
@@ -26,7 +26,7 @@ export async function crawlExtension(
2626 // const date = new Date();
2727 // const dateString = `${date.getFullYear()}-${(date.getMonth() + 1).toString().padStart(2, "0")}-${date.getDate().toString().padStart(2, "0")}`;
2828 // Bun.write(
29- // `src/crawlers /__tests__/fixtures/chrome-web-store/.new/${dateString}-${id}.html`,
29+ // `src/services /__tests__/fixtures/chrome-web-store/.new/${dateString}-${id}.html`,
3030 // html,
3131 // );
3232 }
You can’t perform that action at this time.
0 commit comments