From 8be8cf60246c3cf2d3a3114fa996334b0e2cf819 Mon Sep 17 00:00:00 2001 From: FongMi Date: Wed, 14 Sep 2022 13:43:13 +0800 Subject: [PATCH] Update README.md Signed-off-by: FongMi --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index 86a1548bb..c207147f3 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,35 @@ https://github.com/CatVodTVOfficial/CatVodTVJarLoader /spider.jar ./spider.jar +### Local Example +```json +{ + "spider":"spider.jar", + "sites":[ + { + "key":"one", + "name":"One", + "type":3, + "api":"csp_Csp", + "searchable":1, + "quickSearch":1, + "filterable":1, + "ext":"file://one.json" + }, + { + "key":"two", + "name":"Two", + "type":3, + "api":"csp_XPath", + "searchable":1, + "quickSearch":1, + "filterable":1, + "ext":"two.json" + } + ] +} +``` + + ### How to build Use dev branch