xaicron / p5-www-youtube-download

YouTube video download interface.
http://blog.livedoor.jp/xaicron/
Other
38 stars 28 forks source link

added progress bar display with Term::ProgressBar. #10

Closed ryochin closed 5 years ago

ryochin commented 11 years ago

I guess it's slighty useful everyone can see ETA while long downloading period.

xaicron commented 11 years ago

hmm, I do not want to increase the dependencies.

dpetrov commented 11 years ago

You could probably make it optional. If Term::ProgressBar is installed already on the system to display progress bar?

xaicron commented 11 years ago

No, this code is use Term::ProgressBar by default.

ryochin commented 11 years ago

Please have a look at the additional commit. Feel free to discard the issue if you would't like it.

oalders commented 9 years ago

@xaicron this no longer introduces any new dependencies. Did you have any further thoughts on it?

oalders commented 9 years ago

@ryochin do you have a moment to rebase this? I think we can merge and deploy it.

manwar commented 5 years ago

@ryochin do you have a moment to rebase this? I think we can merge and deploy it.

Here is pull request with rebase: https://github.com/xaicron/p5-www-youtube-download/pull/50

oalders commented 5 years ago

This has been rebased and now lives in d741addc3416658. Thanks @ryochin!