How can I pause/resume download in youtube video?
You can do that with -c
option. For instance, if you previously started a download using:
youtube-dl <some_youtube_URL>
You may, if it was stopped or interrupted, resume that download later with:
youtube-dl -c <some_youtube_URL>