Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
on what criteria the progress hook function is called while downloading a video using youtube-dl #8669
Comments
|
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. |
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