forked from yanyaoli/etz
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
41 lines (40 loc) · 1.36 KB
/
config.json
File metadata and controls
41 lines (40 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"days": 90,
"sources": [
{
"url": "http://jwc.cuit.edu.cn/tzgg/jxyx.htm",
"title": "教学运行",
"dateSelector": "h6",
"itemSelector": "div.title",
"titleSelector": "h5 a",
"hrefSelector": "h5 a"
},
{
"url": "http://jwc.cuit.edu.cn/tzgg.htm",
"title": "通知公告",
"dateSelector": "h6",
"itemSelector": "div.title",
"titleSelector": "h5 a",
"hrefSelector": "h5 a"
},
{
"url": "http://www.cuit.edu.cn/index/tzgg.htm",
"title": "新闻中心通知公告",
"dateSelector": "span",
"itemSelector": "ul.list li[data-aos=\"fade-up\"]",
"titleSelector": "a",
"hrefSelector": "a",
"HEADERS": {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3",
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" }
},
{
"url": "http://xsgzc.cuit.edu.cn/index/gsl.htm",
"title": "学生处-公示栏",
"dateSelector": "span.date",
"itemSelector": "ul.nav-left li.list",
"titleSelector": "a.list_data",
"hrefSelector": "a.list_data"
}
]
}