Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Skip existing files #136

Open
NuVanDibe opened this issue Nov 16, 2023 · 2 comments
Open

Feature request: Skip existing files #136

NuVanDibe opened this issue Nov 16, 2023 · 2 comments

Comments

@NuVanDibe
Copy link

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
Copy link
Author

NuVanDibe commented Nov 16, 2023

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
Copy link
Author

Addressed in PR #138

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant