update M3U8
This commit is contained in:
parent
dc62da3422
commit
01528ea53c
3 changed files with 833 additions and 132 deletions
|
|
@ -103,7 +103,7 @@ write_readme() {
|
|||
failed=$(grep -c '^FAIL$' "$STATUSLOG")
|
||||
|
||||
{
|
||||
echo "## Log @ $(TZ="UTC" date "+%Y-%m-%d %H:%M %Z")"
|
||||
echo "## Base Log @ $(TZ="UTC" date "+%Y-%m-%d %H:%M %Z")"
|
||||
echo
|
||||
echo "### ✅ Working Streams: $passed<br>❌ Dead Streams: $failed"
|
||||
echo
|
||||
|
|
@ -114,7 +114,11 @@ write_readme() {
|
|||
fi
|
||||
|
||||
echo "---"
|
||||
echo "#### M3U8 URL"
|
||||
echo "#### Base Channels URL"
|
||||
printf "\`\`\`\nhttps://s.id/d9Base\n\`\`\`\n"
|
||||
echo "#### Live Events URL"
|
||||
printf "\`\`\`\nhttps://s.id/d9Live\n\`\`\`\n"
|
||||
echo "#### Combined (Base + Live Events) URL"
|
||||
printf "\`\`\`\nhttps://s.id/d9M3U8\n\`\`\`\n"
|
||||
echo "#### EPG URL"
|
||||
printf "\`\`\`\nhttps://s.id/d9EPG\n\`\`\`\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue