Skip to content

Commit 47f017a

Browse files
author
Tomasz Scislo
committed
more streams
1 parent 1ab0c49 commit 47f017a

File tree

1 file changed

+81
-26
lines changed

1 file changed

+81
-26
lines changed

streams.py

+81-26
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __init__(self):
2727
"isRadio": True
2828
},
2929
{
30-
"name": "Elton John",
30+
"name": "Elton John Radio",
3131
"stream": "http://streaming.exclusive.radio/er/eltonjohn/icecast.audio",
3232
"isRadio": True
3333
},
@@ -36,6 +36,61 @@ def __init__(self):
3636
"stream": "http://streaming.exclusive.radio/er/madonna/icecast.audio",
3737
"isRadio": True
3838
},
39+
{
40+
"name": "Elvis Presley Radio",
41+
"stream": "http://streaming.exclusive.radio/er/elvispresley/icecast.audio",
42+
"isRadio": True
43+
},
44+
{
45+
"name": "Paul McCartney Radio",
46+
"stream": "http://streaming.exclusive.radio/er/paulmccartney/icecast.audio",
47+
"isRadio": True
48+
},
49+
{
50+
"name": "George Michael Radio",
51+
"stream": "http://streaming.exclusive.radio/er/georgemichael/icecast.audio",
52+
"isRadio": True
53+
},
54+
{
55+
"name": "Abba Radio",
56+
"stream": "http://streaming.exclusive.radio/er/abba/icecast.audio",
57+
"isRadio": True
58+
},
59+
{
60+
"name": "Coldplay Radio",
61+
"stream": "http://streaming.exclusive.radio/er/coldplay/icecast.audio",
62+
"isRadio": True
63+
},
64+
{
65+
"name": "Ed Sheeran Radio",
66+
"stream": "http://streaming.exclusive.radio/er/edsheeran/icecast.audio",
67+
"isRadio": True
68+
},
69+
{
70+
"name": "Johnny Cash Radio",
71+
"stream": "http://streaming.exclusive.radio/er/johnnycash/icecast.audio",
72+
"isRadio": True
73+
},
74+
{
75+
"name": "Phil Collins Radio",
76+
"stream": "http://streaming.exclusive.radio/er/philcollins/icecast.audio",
77+
"isRadio": True
78+
},
79+
{
80+
"name": "Scorpions Radio",
81+
"stream": "http://streaming.exclusive.radio/er/scorpions/icecast.audio",
82+
"isRadio": True
83+
},
84+
{
85+
"name": "Shakira Radio",
86+
"stream": "http://streaming.exclusive.radio/er/shakira/icecast.audio",
87+
"isRadio": True
88+
},
89+
{
90+
"name": "Whitney Houston Radio",
91+
"stream": "http://streaming.exclusive.radio/er/whitneyhouston/icecast.audio",
92+
"isRadio": True
93+
},
3994
{
4095
"name": "Country Radio",
4196
"stream": "http://icepool.silvacast.com/COUNTRY108.mp3",
@@ -91,31 +146,31 @@ def __init__(self):
91146
"stream": "http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio2_mf_p",
92147
"isRadio": True
93148
},
94-
{
95-
"name": "Christmas 1",
96-
"stream": "http://node-05.zeno.fm/aae9yc3ygnruv?rj-ttl=5&rj-tok=AAABdo8S4DcAoTqG00pxZjP_MQ",
97-
"isRadio": True
98-
},
99-
{
100-
"name": "Christmas 2",
101-
"stream": "http://str2b.openstream.co/1312?aw_0_1st.collectionid=4427&stationId=4427&publisherId=1336&k=1608717935",
102-
"isRadio": True
103-
},
104-
{
105-
"name": "Christmas 3",
106-
"stream": "http://tuner.m1.fm/M1-XMAS.mp3",
107-
"isRadio": True
108-
},
109-
{
110-
"name": "Koledy 1",
111-
"stream": "http://31.192.216.7/KOLEDY",
112-
"isRadio": True
113-
},
114-
{
115-
"name": "Koledy 2",
116-
"stream": "http://zt04.cdn.eurozet.pl/ZETKOL.mp3",
117-
"isRadio": True
118-
}
149+
# {
150+
# "name": "Christmas 1",
151+
# "stream": "http://node-05.zeno.fm/aae9yc3ygnruv?rj-ttl=5&rj-tok=AAABdo8S4DcAoTqG00pxZjP_MQ",
152+
# "isRadio": True
153+
# },
154+
# {
155+
# "name": "Christmas 2",
156+
# "stream": "http://str2b.openstream.co/1312?aw_0_1st.collectionid=4427&stationId=4427&publisherId=1336&k=1608717935",
157+
# "isRadio": True
158+
# },
159+
# {
160+
# "name": "Christmas 3",
161+
# "stream": "http://tuner.m1.fm/M1-XMAS.mp3",
162+
# "isRadio": True
163+
# },
164+
# {
165+
# "name": "Koledy 1",
166+
# "stream": "http://31.192.216.7/KOLEDY",
167+
# "isRadio": True
168+
# },
169+
# {
170+
# "name": "Koledy 2",
171+
# "stream": "http://zt04.cdn.eurozet.pl/ZETKOL.mp3",
172+
# "isRadio": True
173+
# }
119174
]
120175

121176
def get(self):

0 commit comments

Comments
 (0)