-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain_config.json.example
More file actions
56 lines (56 loc) · 2.02 KB
/
main_config.json.example
File metadata and controls
56 lines (56 loc) · 2.02 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"een": {
"download_url": "https://mediazone.vrt.be/api/v1/een/assets/{dl_id}",
"overview_url": "https://www.een.be/deze-week"
},
"vier": {
"download_url": "http://vod.streamcloud.be/vier_vod/mp4:_definst_/{dl_id}.mp4/playlist.m3u8",
"overview_url": "http://www.vier.be/volledige-afleveringen",
"login": {
"url": "http://www.vier.be/user",
"username": "email@example.com",
"password": "passwordForSite"
}
},
"vijf": {
"download_url": "http://vod.streamcloud.be/vijf_vod_geo/mp4:_definst_/{dl_id}.mp4/playlist.m3u8",
"overview_url": "http://www.vijf.be/volledige-afleveringen",
"login": {
"url": "http://www.vijf.be/user",
"username": "email@example.com",
"password": "passwordForSite"
}
},
"vrt": {
"download_url": "https://mediazone.vrt.be/api/v1/vrtvideo/assets/{dl_id}",
"overview_url": "https://www.vrt.be/vrtnu/",
"login": {
"url": "https://accounts.eu1.gigya.com/accounts.login",
"username": "email@example.com",
"password": "passwordForSite",
"apikey": "3_qhEcPa5JGFROVwu5SWKqJ4mVOIkwlFNMSKwzPDAh8QZOtHqu6L4nD5Q7lk0eXOOG"
}
},
"stievie": {
"download_url": "https://watch.stievie.be/",
"overview_url": "https://watch.stievie.be/",
"api_endpoint": "http://vod.medialaan.io/vod/v2/",
"login": {
"url": "https://accounts.eu1.gigya.com/accounts.login",
"username": "email@example.com",
"password": "passwordForSite",
"apikey": "3_OEz9nzakKMkhPdUnz41EqSRfhJg5z9JXvS4wUORkqNf2M2c1wS81ilBgCewkot97"
}
},
"vtm": {
"download_url": "http://vod.medialaan.io/api/1.0/item/{dl_id}/video?UID={UID}&UIDSignature={UIDSig}&signatureTimestamp={timestamp}&app_id=vtm_watch&user_network=vtm-sso",
"overview_url": "http://vtm.be",
"api_endpoint": "http://vod.medialaan.io/vod/v2/",
"login": {
"url": "https://accounts.eu1.gigya.com/accounts.login",
"username": "email@example.com",
"password": "passwordForSite",
"apikey": "3_OEz9nzakKMkhPdUnz41EqSRfhJg5z9JXvS4wUORkqNf2M2c1wS81ilBgCewkot97"
}
}
}