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

--continue flag has no effect when downloading via ffmpeg #7911

Closed
forthrin opened this issue Dec 19, 2015 · 1 comment
Closed

--continue flag has no effect when downloading via ffmpeg #7911

forthrin opened this issue Dec 19, 2015 · 1 comment

Comments

@forthrin
Copy link

@forthrin forthrin commented Dec 19, 2015

The --continue option has no effect ffmpeg is employed for downloading/transcoding, possibly because ffmpeg does not support resuming.

If downloading a long video is interrupted (lost network connection, etc.), you have to download the whole file again even though 99% of the file is already downloaded. Annoying, needless to say...

It should be considered to retrieve the video data in a way that honours the --continue flag. To reproduce, run the command, interrupt the download after a few seconds, and run it again.

youtube-dl --continue -f hls-2389 https://tv.nrk.no/serie/historia-om-walt-disney/KOID24008615/sesong-1/episode-1
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Dec 19, 2015

You can use native hls downloader that supports continue with --hls-prefer-native.

@dstftw dstftw closed this Dec 19, 2015
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.