aboutsummaryrefslogtreecommitdiff
path: root/down.sh
blob: c4de23648741eee580efe0410eafea7cc47d9180 (plain)
1
2
3
4
5
6
7
8
#!/bin/env fish


while read line
    while not yt-dlp --abort-on-unavailable-fragment --no-playlist -R 2 "$line"
      sleep 5m
    end
end < "$argv[1]"