-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsources.json
65 lines (61 loc) · 1.52 KB
/
sources.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"srb_cert": {
"name": "SRB CERT Obave\u0161tenja",
"lang": "sr",
"author": "SRB CERT",
"slug": "srb_cert",
"link": "https://www.cert.rs/rs/obavestenja.html",
"base": "https://www.cert.rs/rs/",
"date_re": "(?P<d>\\d+)\\. (?P<m>\\w+) (?P<y>\\d+)",
"months": [
"Januar",
"Februar",
"Mart",
"April",
"Maj",
"Jun",
"Jul",
"Avgust",
"Septembar",
"Oktobar",
"Novembar",
"Decembar"
],
"locators": {
"item": {
"name": "div",
"attrs": {
"class": "preporuka"
}
},
"item_attribute": "text",
"title": {
"name": "h3",
"attrs": {
"class": "title"
}
},
"title_attribute": "text",
"description": {
"name": "h3",
"attrs": {
"class": "title"
}
},
"description_attribute": "text",
"date": {
"name": "span",
"attrs": {
"class": "date"
}
},
"date_attribute": "text",
"link": {
"name": "a",
"attrs": {
"class": "date"
}
}
}
}
}