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 not called on some videos #4860
Comments
|
This is a bug / missing feature. I'll leave this issue open as a feature request (for hook support in the f4m/hls/rtmp downloader). |
|
fixed by #4973 |
hello,
I'm writing a GUI to browse/download some videos (https://github.com/xantares/maxitube) based on yt-dl.
I'm trying to display the progress of the download, but on some videos (from canalplus for example) the progress hook is only called at the end of download (although I can see the curses progress percentage in the console) with the 'finished' state:
http://www.canalplus.fr/c-divertissement/c-le-petit-journal/pid6515-le-petit-journal.html?vid=1206051
whereas on some other sites the progress hook is called with the percentage of progress along with the 'downloading' state:
http://www.goldenmoustache.com/le-lab-la-drogue-arthur-laloux-56283/
any clue ?