-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcurrent.json
80 lines (80 loc) · 1.73 KB
/
current.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"config": {
"defaultVisibleCount": 4
},
"media": {
"disney": {
"media": "disney",
"mediaTitle": "Disney"
},
"bbc": {
"media": "bbc",
"mediaTitle": "BBC News"
},
"sky": {
"media": "sky",
"mediaTitle": "Sky News"
},
"itv": {
"media": "itv",
"mediaTitle": "ITV News"
},
"channel4": {
"media": "channel4",
"mediaTitle": "Channel 4 News"
}
},
"sources": [
{
"media":" disney",
"type": "facebook",
"page": "963654707027644",
"pageName": "Disney",
"liveTitlePrefix": "Disney Live",
"active": true
},
{
"media":" bbc",
"type": "facebook",
"page": "228735667216",
"pageName": "BBC News",
"liveTitlePrefix": "BBC News Live",
"active": true
},
{
"media":" sky",
"type": "facebook",
"page": "164665060214766",
"pageName": "Sky News",
"liveTitlePrefix": "Sky News Live",
"active": true
},
{
"media":" itv",
"type": "facebook",
"page": "148007467671",
"pageName": "ITV News",
"liveTitlePrefix": "ITV News Live",
"active": true
},
{
"media":" channel4",
"type": "facebook",
"page": "6622931938",
"pageName": "Channel 4 News",
"liveTitlePrefix": "Channel 4 News Live",
"active": true
}
],
"current": [
{
"type": "youtube",
"media": "offline",
"mediaTitle": "Extinction Rebellion",
"video": "offline_oUIDL4SB60g",
"videoTitle": "Extinction Rebellion",
"videoSrc": "https://www.youtube.com/embed/videoseries?list=PLnzA40Blbb2mKmbNfQBCFBlgzYJ2czgWU&autoplay=1"
}
],
"lastUpdTs": "2019-11-24T11:56:22.807Z"
}