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: Resume all downloads in directory #20714

Closed
Esokrates opened this issue Apr 19, 2019 · 1 comment
Closed

Feature request: Resume all downloads in directory #20714

Esokrates opened this issue Apr 19, 2019 · 1 comment

Comments

@Esokrates
Copy link

@Esokrates Esokrates commented Apr 19, 2019

Imagine I start a couple of downloads and somehow I need to reboot before they are done. Now finding all download urls again and invoking youtube-dl is unnecessary work.

Instead I propose the following: There should be a command-line argument like
youtube-dl --resume-all </path/to/dir>
which would resume all partially downloaded files in the directory.
The download link should be stored in extended file attributes, if the file system does not support this, this feature is simply not supported, or you could store the link in an external file.

Even nicer would be if all the command-line args would be stored too that are invoked with downloading the specific file.

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Apr 19, 2019

-a, --batch-file FILE            File containing URLs to download ('-' for
                                 stdin), one URL per line. Lines starting
                                 with '#', ';' or ']' are considered as
                                 comments and ignored.
@dstftw dstftw closed this Apr 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.