2020-06-02 00:33:42 +01:00
|
|
|
class station{
|
|
|
|
constructor(url){
|
|
|
|
this.url= url;
|
|
|
|
}
|
|
|
|
show(){
|
|
|
|
var win=window.open(this.url, '_blank');
|
|
|
|
win.focus();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
var catRadio = new station('http://shoutcast.ccma.cat/ccma/catalunyaradioHD.mp3');
|
|
|
|
var catInfo = new station('http://shoutcast.ccma.cat/ccma/catalunyainformacioHD.mp3');
|
|
|
|
var iCat = new station('http://shoutcast.ccma.cat/ccma/icatHD.mp3');
|
2020-06-02 20:53:13 +01:00
|
|
|
var catMusic = new station('http://shoutcast.ccma.cat/ccma/catalunyamusicaHD.mp3');
|
2020-06-12 22:53:53 +01:00
|
|
|
var vallekas = new station('http://cervera.eldialdigital.com:8032/;');
|
2020-06-12 23:28:07 +01:00
|
|
|
var punk = new station('http://punkirratia.net:8000/punk');
|
|
|
|
var irola = new station('http://s.streampunk.cc/_stream/irola_irratia.mp3');
|
|
|
|
var almaina = new station('http://zeppelin.streampunk.cc/_stream/almaina.ogg');
|
2020-08-25 20:11:09 +01:00
|
|
|
var rac1 = new station('https://streaming.rac1.cat/');
|
|
|
|
var rac105 = new station('https://streaming.rac105.cat/');
|
2020-08-25 22:07:05 +01:00
|
|
|
var franceInfo = new station('https://icecast.radiofrance.fr/franceinfo-midfi.mp3');
|
2021-01-15 17:03:25 +00:00
|
|
|
var rne = new station('rne.html');
|
2022-04-17 13:45:47 +01:00
|
|
|
var serCat = new station('sercat.html');
|