diff options
author | Anonymous <anon@anon.com> | 2021-12-09 07:56:39 +0100 |
---|---|---|
committer | Anonymous <anon@anon.com> | 2021-12-09 07:56:39 +0100 |
commit | add4f18878a523a98b7280c077bd76ca8866a0e6 (patch) | |
tree | 87ad2ae6fe64488e7fda3d6b978f2023cfa094a2 | |
parent | 4862b0f6d2c22dcd4403fffdcfd04d5eeb910b4c (diff) |
Updated streams.md (markdown)
-rw-r--r-- | streams.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |