Download script + fixed radio ch count
This commit is contained in:
4
download-all.sh
Executable file
4
download-all.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
mkdir files
|
||||
cd files
|
||||
grep -P "pls='(.*)'" ../playlists.ini | sed "s/^pls=//g" | sed "s/'//g" | tr -d '\r' | xargs wget
|
||||
Reference in New Issue
Block a user