-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: create correct json for status file and validate it
- Loading branch information
1 parent
cae12f6
commit 96ec93f
Showing
2 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,12 @@ | ||
{"https___82722d_ha_azioncdn_net_ebc_radionacionalriodejaneiro_chunks_m3u8.m3u":{"date":"2024-12-19","count":8,"error":"https://82722d.ha.azioncdn.net/ebc/radionacionalriodejaneiro/chunks.m3u8: Server returned 404 Not Found"},,,,"https___edge56_live-sm_absolutradio_de_absolut-relax_stream_mp3.m3u":{"date":"2024-12-19","count":8,"error":"https://edge56.live-sm.absolutradio.de/absolut-relax/stream/mp3: Server returned 404 Not Found"},} | ||
{ | ||
"https___82722d_ha_azioncdn_net_ebc_radionacionalriodejaneiro_chunks_m3u8.m3u": { | ||
"date": "2024-12-19", | ||
"count": 8, | ||
"error": "https://82722d.ha.azioncdn.net/ebc/radionacionalriodejaneiro/chunks.m3u8: Server returned 404 Not Found" | ||
}, | ||
"https___edge56_live-sm_absolutradio_de_absolut-relax_stream_mp3.m3u": { | ||
"date": "2024-12-19", | ||
"count": 8, | ||
"error": "https://edge56.live-sm.absolutradio.de/absolut-relax/stream/mp3: Server returned 404 Not Found" | ||
} | ||
} |