浏览代码

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"]