Some new stuff

- MIT License
- new make-pls.sh
- some tools refactoring and documentation
This commit is contained in:
2022-06-09 11:51:25 +08:00
parent 0e741bae8f
commit 1a2bc188c6
8 changed files with 252 additions and 28 deletions

View File

@@ -6,10 +6,14 @@
#
# Usage:
# ./download-all.sh
# ./find-in-all.sh disney
# ./find-in-all.sh "(disney|atv)"
#
# 1st argument is channel name pattern.
#
# Anthony Axenov (c) 2022
# The MIT License:
# https://github.com/anthonyaxenov/iptv/blob/master/LICENSE
#
#################################################
SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]:-$0}"; )" &> /dev/null && pwd 2> /dev/null; )";