Skip to content

Commit

Permalink
v1 11/10/2024
Browse files Browse the repository at this point in the history
  • Loading branch information
milankomaj committed Oct 11, 2024
1 parent 0776b9a commit 19d3d1a
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
"id": "radio-expres",
"name": "radio expres",
"description": "mp3/128/https",
"url": "https://stream.expres.sk/128.mp3",
"method": "GET",
"url": "https://stream.bauermedia.sk/expres-hi.mp3",
"method": "HEAD",
"expectStatus": 200,
"followRedirect": false,
"linkable": false
Expand Down Expand Up @@ -163,6 +163,17 @@
"expectStatus": 200,
"followRedirect": false,
"linkable": false
},
{
"id": "radio-beta",
"name": "rádio beta",
"description": "mp3/128/https/proxy",
"url": "https://worldradio.online/proxy/?q=http://109.71.67.102:8000/beta_live_low.mp3",
"method": "GET",
"expectStatus": 200,
"followRedirect": false,
"linkable": false
}

]
}

0 comments on commit 19d3d1a

Please sign in to comment.