ihabunek / twitch-dl

CLI tool for downloading videos from Twitch.
GNU General Public License v3.0
652 stars 83 forks source link

Feature request: Skip existing files #136

Closed NuVanDibe closed 1 week ago

NuVanDibe commented 10 months ago

Right now, if trying to download multiple videos by ID, and a file exists, it asks File exists. Overwrite? [Y/n]: and if you choose n then it aborts everything. It'd be nice if we had yes once no once yes always no always abort as options, as well as a --skip-existing flag to go along with the --overwrite flag.

NuVanDibe commented 10 months ago

For context, here's the command line I want to get working:

python twitch-dl.2.1.3.pyz download $(python twitch-dl.2.1.3.pyz videos streamername -c | grep -E '[0-9]+[0-9]+[0-9]+[0-9]+[0-9]+[0-9]' | sed 's/ .*//' | tr '\n' ' ' | sed -e 's/\x1b\[[0-9;]*m//g') -q source

NuVanDibe commented 9 months ago

Addressed in PR #138

ihabunek commented 1 week ago

Released in 2.7.0.