Steve Sewell 2 년 전
부모
커밋
f15d5dd112
2개의 변경된 파일3991개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      config.ts
  2. 3987 0
      github.json

+ 4 - 4
config.ts

@@ -7,9 +7,9 @@ type Config = {
 };
 };
 
 
 export const config = {
 export const config = {
-  url: "https://forum.builder.io",
-  match: "https://forum.builder.io/t/**",
-  selector: ".posts-wrapper",
+  url: "https://github.com/builderio/builder",
+  match: "https://github.com/BuilderIO/builder/tree/main/**",
+  selector: `#readme,[data-selector="repos-split-pane-content"]`,
   maxPagesToCrawl: 1000,
   maxPagesToCrawl: 1000,
-  outputFileName: "forum.json",
+  outputFileName: "github.json",
 } satisfies Config;
 } satisfies Config;

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 3987 - 0
github.json