0
0
mirror of https://github.com/anthonyaxenov/iptv.git synced 2024-11-01 01:26:00 +00:00
iptv/download-all.sh

5 lines
131 B
Bash
Raw Normal View History

2022-05-29 10:19:09 +00:00
#!/bin/bash
mkdir files
cd files
grep -P "pls='(.*)'" ../playlists.ini | sed "s/^pls=//g" | sed "s/'//g" | tr -d '\r' | xargs wget