Skip to content

Commit 8aafd4a

Browse files
authoredJul 4, 2024··
Adds stream channels
When the streams get blocked on YouTube they will usually launch a new stream. However because the stream is blocked it no longer shows the channel that the stream came from, making it difficult to find the new stream. This adds a link to each stream to make it easier to find the new one
1 parent 9cc862f commit 8aafd4a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎src/data/streams.json

+6
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,37 @@
11
[
22
{
33
"title": "lofi hip hop radio - beats to relax/study to",
4+
"original_channel": "https://www.youtube.com/@LofiGirl/streams",
45
"origin_url": "https://www.youtube.com/watch?v=jfKfPfyJRdk",
56
"url": "https://www.youtube.com/embed/jfKfPfyJRdk"
67
},
78
{
89
"title": "Minimal Techno & EDM Minimal House & Bounce Live Radio - Psychedelic Party Music",
10+
"original_channel": "https://www.youtube.com/@darkmonkey/streams",
911
"origin_url": "https://www.youtube.com/watch?v=T0VD2nx0tBU",
1012
"url": "https://www.youtube.com/embed/T0VD2nx0tBU"
1113
},
1214
{
1315
"title": "Dark Minimal Techno Trip Live Radio 24/7 Dark Monkey Music",
16+
"original_channel": "https://www.youtube.com/@darkmonkey/streams",
1417
"origin_url": "https://www.youtube.com/watch?v=i3sD9iUSiaU",
1518
"url": "https://www.youtube.com/embed/i3sD9iUSiaU"
1619
},
1720
{
1821
"title": "Minimal Techno, EDM Minimal House, Bounce Radio - Mad Mickey Live 24/7",
22+
"original_channel": "https://www.youtube.com/@darkmonkey/streams",
1923
"origin_url": "https://www.youtube.com/watch?v=_jbg7yVycMo",
2024
"url": "https://www.youtube.com/embed/_jbg7yVycMo"
2125
},
2226
{
2327
"title": "Japanese Lofi Radio 24/7 🔴 Aesthetic Lofi Hip Hop Music 🔴 No Copyright Lofi Hip Hop Beats",
28+
"original_channel": "https://www.youtube.com/@lofigeek/streams",
2429
"origin_url": "https://www.youtube.com/watch?v=JWlKA9wmO64",
2530
"url": "https://www.youtube.com/embed/JWlKA9wmO64"
2631
},
2732
{
2833
"title": "Drum & Bass Non-Stop Liquid - To Chill / Relax To 24/7",
34+
"original_channel": "https://www.youtube.com/@hospitalrecords/streams",
2935
"origin_url": "https://www.youtube.com/watch?v=Cwq3AFyV044",
3036
"url": "https://www.youtube.com/embed/Cwq3AFyV044"
3137
}

0 commit comments

Comments
 (0)
Please sign in to comment.