If you found an .m3u streaming playlist online that you would like to save for offline use (e.g., a concert from the Grateful Dead collection at Archive.org), you can download all files with a simple shell command:
$ cat playlist.m3u | xargs wget
If you found an .m3u streaming playlist online that you would like to save for offline use (e.g., a concert from the Grateful Dead collection at Archive.org), you can download all files with a simple shell command:
$ cat playlist.m3u | xargs wget