소스 검색

new scrape config

mitm001 5 년 전
부모
커밋
9e4477b8e0
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      production-config.json

+ 3 - 1
production-config.json

@@ -9,7 +9,9 @@
         "selector": "h1"
       },
       "lvl1": "h2",
-      "text": "p"
+      "lvl2": "h3",
+      "lvel3": "h4",
+      "text": "p, li"
     }
   },
   "selectors_exclude": [".footer", ".header"]