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

Progress Bar #1

Open
hitam4450 opened this issue Nov 21, 2014 · 3 comments
Open

Progress Bar #1

hitam4450 opened this issue Nov 21, 2014 · 3 comments

Comments

@hitam4450
Copy link

How about implementing a progress bar for download?

regards, hitam4450

@hitam4450 hitam4450 changed the title Progres Bar Progress Bar Nov 21, 2014
@shibby
Copy link
Owner

shibby commented Nov 21, 2014

I will try to implement a progress bar.
Thanks.

@jalcine
Copy link
Contributor

jalcine commented Mar 8, 2015

@hitam4450: That's not as easy as it looks. Unless @shibby manage to get progressive output from youtube-dl on the CLI, that of which seems to be self-clobbering, progress bars are going to be tricky. It'd be dope if youtube-dl itself could be used as a PHP library but that's wishful thinking. It'd permit for a lot more control.

@hitam4450
Copy link
Author

Hi @shibby,

you might look into the linux command pv for developing a progress bar !
e.g. pv file.ts | youtube-dl ..........
catching the output to the webinterface!

Thanks for considering!
Regards, hitam4450

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants