From 00000d91e9d2f58b7784bb781ef67d5be6643d86 Mon Sep 17 00:00:00 2001 From: doms9 <96013514+doms9@users.noreply.github.com> Date: Wed, 12 Nov 2025 18:40:31 -0500 Subject: [PATCH] e --- health.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/health.sh b/health.sh index de8b8a3..cb84a08 100644 --- a/health.sh +++ b/health.sh @@ -115,13 +115,17 @@ write_readme() { echo "---" echo "#### Base Channels URL" - printf "\`\`\`\nhttps://s.id/d9Base\n\`\`\`\n" + echo -e "\`\`\`\nhttps://s.id/d9Base\n\`\`\`\n" echo "#### Live Events URL" - printf "\`\`\`\nhttps://s.id/d9Live\n\`\`\`\n" + echo -e "\`\`\`\nhttps://s.id/d9Live\n\`\`\`\n" echo "#### Combined (Base + Live Events) URL" - printf "\`\`\`\nhttps://s.id/d9M3U8\n\`\`\`\n" + echo -e "\`\`\`\nhttps://s.id/d9M3U8\n\`\`\`\n" echo "#### EPG URL" - printf "\`\`\`\nhttps://s.id/d9EPG\n\`\`\`\n" + echo -e "\`\`\`\nhttps://s.id/d9EPG\n\`\`\`\n" + echo "---" + echo "#### Mirrors" + echo -n "[GitLab](https://gitlab.com/doms9/iptv) | " + echo -e "[Forgejo](https://forgejo.mxnticek.eu/doms/iptv)\n" echo "---" echo "#### Legal Disclaimer" echo "This repository lists publicly accessible IPTV streams as found on the internet at the time of checking."