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

on what criteria the progress hook function is called while downloading a video using youtube-dl #8669

Closed
ramadivyasri opened this issue Feb 26, 2016 · 1 comment

Comments

@ramadivyasri
Copy link

@ramadivyasri ramadivyasri commented Feb 26, 2016

I'm trying to figure out how the hook file reports the status of an ongoing video download using youtube-dl. Can someone please help me understand on how the progress hook is generated or called while downloading a video using youtube-dl

@dstftw
Copy link
Collaborator

@dstftw dstftw commented Feb 26, 2016

Progress can be delivered into hooks when new portion of data has been downloaded, the download has finished or an error has occured. Actual hook delivery and it's frequency depends on the downloader.

@dstftw dstftw closed this Feb 26, 2016
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.