New scripts to find channel in playlists

This commit is contained in:
2022-06-08 08:57:53 +08:00
parent dd518af67c
commit 0e741bae8f
5 changed files with 111 additions and 8 deletions

View File

@@ -8,10 +8,11 @@
# ./check-pls.sh local/pls.m3u
# ./check-pls.sh https://example.com/pls.m3u
#
# Both *.m3u and *.m3u8 are supported.
# 1st argument is playlist file name or URL.
# If it is an URL it will be saved in /tmp and
# checked as local file.
#
# If argument is link to playlist it will be
# saved in /tmp and then check as local file.
# Both *.m3u and *.m3u8 are supported.
#
#################################################