Skip to content

Commit 2c1d15d

Browse files
author
Tomasz Scislo
committed
new stations
1 parent 45aac66 commit 2c1d15d

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

streams.py

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,18 @@ def __init__(self):
2727
"isRadio": True
2828
},
2929
{
30-
"name": "Ballads",
31-
"stream": "http://37.187.57.33:8110/stream",
30+
"name": "Elton John",
31+
"stream": "http://streaming.exclusive.radio/er/eltonjohn/icecast.audio",
32+
"isRadio": True
33+
},
34+
{
35+
"name": "Madonna Radio",
36+
"stream": "http://streaming.exclusive.radio/er/madonna/icecast.audio",
37+
"isRadio": True
38+
},
39+
{
40+
"name": "Country Radio",
41+
"stream": "http://icepool.silvacast.com/COUNTRY108.mp3",
3242
"isRadio": True
3343
},
3444
{

0 commit comments

Comments
 (0)