liuyuqi-dellpc 4 years ago
parent
commit
c4914dd4ba
2 changed files with 17 additions and 0 deletions
  1. 17 0
      config_example.json
  2. 0 0
      data/.gitkeep

+ 17 - 0
config_example.json

@@ -0,0 +1,17 @@
+{
+	"username": "13500000000",
+	"password": "somepwd",
+	"headless_mode": true,
+    "download_all_ext": true,
+    "download_all_courses": true,
+	"ext_list": [
+		"pdf"
+    ],
+    "ext_expel_list": [
+        "zip"
+    ],
+	"cid_list": [
+		5878,
+		8261
+	]
+}

+ 0 - 0
data/.gitkeep