summaryrefslogtreecommitdiffstats
path: root/streams.md
diff options
context:
space:
mode:
authorAnonymous <anon@anon.com>2021-12-09 07:56:39 +0100
committerAnonymous <anon@anon.com>2021-12-09 07:56:39 +0100
commitadd4f18878a523a98b7280c077bd76ca8866a0e6 (patch)
tree87ad2ae6fe64488e7fda3d6b978f2023cfa094a2 /streams.md
parent4862b0f6d2c22dcd4403fffdcfd04d5eeb910b4c (diff)
Updated streams.md (markdown)
Diffstat (limited to 'streams.md')
-rw-r--r--streams.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/streams.md b/streams.md
index c554888..a60673f 100644
--- a/streams.md
+++ b/streams.md
@@ -53,6 +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.
+[This repository](https://github.com/kmein/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
+From within the repo run `jq -rs 'map(map(.url_resolved)) | flatten | .[]' < src/data/countries/*.json | sort | uniq ` to get all streaming urls. \ No newline at end of file