-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstations.js
More file actions
12 lines (12 loc) · 1.34 KB
/
stations.js
File metadata and controls
12 lines (12 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
export const stations = [
{ name: "CIDC Z103.5 FM", url: "https://buf-streamb1-ais-relay1.streamb.live/SB00222/playlist.m3u8", genre: "Top 40", country: "Canada" },
{ name: "ETN-FM Trance", url: "https://stream.pcradio.ru/etnfm_trance-hi", genre: "Trance", country: "Canada" },
{ name: "Psyndora Psytrance", url: "https://cast.magicstreams.gr/sc/psyndora/stream", genre: "Psytrance", country: "Greece" },
{ name: "DMT-FM", url: "https://dc1.serverse.com/proxy/ywycfrxn/stream", genre: "Psytrance", country: "UK" },
{ name: "BOM Psytrance Radio", url: "https://strm112.1.fm/psytrance_mobile_mp3?aw_0_req.gdpr=true", genre: "Psytrance", country: "Switzerland" },
{ name: "Melodic House Radio", url: "https://stream1-technolovers.radiohost.de/melodic-house-techno", genre: "Melodic House", country: "Germany" },
{ name: "Party~Vibe | Psychedelic Trance Radio", url: "https://www.partyvibe.com:8062/;listen.pls?sid=1", genre: "Psytrance", country: "UK" },
{ name: "Radiozora - Psytrance", url: "https://trance.out.airtime.pro/trance_a", genre: "Psytrance", country: "Hungary" },
{ name: "Hirsch Radio Psytrance", url: "https://hirschmilch.de:7501/psytrance.mp3", genre: "Psytrance", country: "Germany" },
{ name: "Hirsch Radio Progressive", url: "https://hirschmilch.de:7501/progressive.mp3", genre: "Progressive", country: "Germany" }
];