#!/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]"