-
Notifications
You must be signed in to change notification settings - Fork 0
/
feeds.json
60 lines (55 loc) · 1.8 KB
/
feeds.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
[{
"id": "iati_connect",
"url": "https://iaticonnect.org/search/all/all",
"item": "div.teaser.card",
"auth": {
"url": "https://iaticonnect.org/user/login",
"data": {
"name_or_mail": "{{ CONNECT_USERNAME }}",
"pass": "{{ CONNECT_PASS }}",
"form_id": "social_user_login_form",
"op": "Log in"
}
},
"selectors": {
"headline": "h4.teaser__title > a > span",
"summary": null,
"illustration": "img.b-lazy",
"date": "div.teaser__published-date",
"author": "teaser__published-author",
"link": "h4.teaser__title > a"
}
}, {
"id": "iati_standard",
"url": "https://iatistandard.org/en/news/",
"item": "article.listing",
"selectors": {
"headline": "h2.listing__heading > a > span",
"summary": "div.listing__excerpt",
"illustration": "div.listing__media > img",
"date": "span.listing__metadata__date",
"author": null,
"link": "a.button"
}
}, {
"id": "iati_connect_comments",
"url": "https://iaticonnect.org/big_pipe/no-js?destination=/dashboard/welcome-iati-connect",
"item": ".block-dashboard-activity-stream .stream .stream-item .social-post-album--post",
"auth": {
"url": "https://iaticonnect.org/user/login",
"data": {
"name_or_mail": "{{ CONNECT_USERNAME }}",
"pass": "{{ CONNECT_PASS }}",
"form_id": "social_user_login_form",
"op": "Log in"
}
},
"selectors": {
"headline": ".media-heading p",
"summary": ".post-body--stream-body",
"illustration": "teaser__image img",
"date": ".media-heading .post-date",
"author": ".media-heading a",
"link": ".media-heading .post-date a"
}
}]