mirror of
https://github.com/Free-TV/IPTV.git
synced 2026-04-26 04:25:58 +03:00
[GH-ISSUE #142] Automatic checkers, playlist update #920
Labels
No labels
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/IPTV#920
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KAMI911 on GitHub (Mar 16, 2022).
Original GitHub issue: https://github.com/Free-TV/IPTV/issues/142
Hi Folks,
What do you think about to create automated CI workflow for updating playlist? I mean check the md file formats, check the created playlist before commit, and check the included links.
For example we could use:
@NezbednikSK commented on GitHub (Mar 16, 2022):
might have already done that oneI like the idea :D@KAMI911 commented on GitHub (Aug 4, 2022):
Yes, I used it to find duplicates in #186.
I will integrate it as github action.
@KAMI911 commented on GitHub (Aug 4, 2022):
Added this:
https://github.com/Free-TV/IPTV/blob/automate/.github/workflows/test_playlist.yml
But it seems I haven't got right to test.
@freetv332 commented on GitHub (Sep 2, 2022):
Thanks @KAMI911, actions are a good idea, I'll have a look.
@KAMI911 commented on GitHub (Oct 6, 2022):
So We fire automatic playlist update up, and test channels is also working. Probably we need detailed report about non working channels. But this task is complete here.