Mythus commited on
Commit
f07d5fb
·
verified ·
1 Parent(s): ddeaa60

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +8 -5
run.py CHANGED
@@ -40,11 +40,14 @@ MANIFEST = {
40
  }
41
 
42
 
43
- STREAMS = [
44
- {"id": "channel1", "name": "Channel 1", "url": "https://d3749synfikwkv.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-74ylxpgd78bpb/Live.m3u8"},
45
- {"id": "channel2", "name": "Channel 2", "url": "http://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=2606803&output=7&forceUserAgent=raiplayappletv"},
46
- # Add more channels as required
47
- ]
 
 
 
48
 
49
 
50
  def respond_with(data):
 
40
  }
41
 
42
 
43
+ STREAMS = {
44
+ "tv": {
45
+ "channel1": {"name": "Channel 1", "url": "https://d3749synfikwkv.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-74ylxpgd78bpb/Live.m3u8"},
46
+ "channel2": {"name": "Channel 2", "url": "http://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=2606803&output=7&forceUserAgent=raiplayappletv"},
47
+ # Add more channels as required
48
+ }
49
+ }
50
+
51
 
52
 
53
  def respond_with(data):