summaryrefslogtreecommitdiffstats
path: root/streams.md
diff options
context:
space:
mode:
authorAnonymous <anon@anon.com>2021-01-23 16:49:04 +0100
committerAnonymous <anon@anon.com>2021-01-23 16:49:04 +0100
commit67c3f31cf5d9a87f358c410ad53d2ed74747e001 (patch)
treed5b80d38244bb40d445654ff135ce314adbeb4c2 /streams.md
parenta959df0edc66a7bee18a151e757d3bc8b01dda2c (diff)
Updated streams.md (markdown)
Diffstat (limited to 'streams.md')
-rw-r--r--streams.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/streams.md b/streams.md
index 8a0cf56..c554888 100644
--- a/streams.md
+++ b/streams.md
@@ -53,4 +53,6 @@ imported from [kmein's mpd setup](https://github.com/kmein/niveum/blob/37f570a97
# Even More
-[This repository](https://github.com/josiahmokob0/online-radio/tree/master/src/data/countries) seems to list almost all major radio stations of every country with direct streaming links. \ No newline at end of file
+[This repository](https://github.com/josiahmokob0/online-radio/tree/master/src/data/countries) seems to list almost all major radio stations of every country with direct streaming links.
+
+From within the repo run `jq -rs 'map(map(.url_resolved)) | flatten | .[]' < src/data/countries/*.json | sort | uniq ` to get all streaming urls: http://paste.r/N2dVZnPq#worldradio.m3u \ No newline at end of file