Source
- prefix the command with
nohup
nohup yt-dlp [OPTIONS] URL & disown
# now you can logout of the terminal and the download will still continue- progress can be viewed by
tailingnohup.out
tail -f nohup.outSource
nohupnohup yt-dlp [OPTIONS] URL & disown
# now you can logout of the terminal and the download will still continuetailing nohup.outtail -f nohup.out