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.
progress_hook and already downloaded videos? #2144
Comments
|
2 days no reply, any idea guys? |
|
The problem is you are setting 'nooverwrites', if you don't set it, you'll get the message |
|
@jaimeMF I guess |
|
Sorry, it's actually |
|
How about emitting |
|
We currently only use the progress hook in the downloaders, we could add it (maybe |
…f the file has already been downloaded (closes #2144)
|
If this issue is solved then @phihag we can close it. |
|
This haven't been added yet, reopening. |
While using the below code and listening to
progress_updates, no information is pushed either toLoggerobject neither anything gets updated inprogress_hook(pr)telling that video is already downloaded. How to get that information?Wouldn't it be good to emit an finished status to
progress_hookin such a condition?