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,10 @@
# ./download-all.sh
#
# All playlists from playlists.ini will be
# downloaded in ./files directory
# downloaded in ./downloaded directory
#
#################################################
mkdir files && \
cd files && \
mkdir -p downloaded && \
cd downloaded && \
grep -P "pls='(.*)'" ../playlists.ini | sed "s/^pls=//g" | sed "s/'//g" | tr -d '\r' | xargs wget