jimbuck / pully

A simple CLI and library for downloading high quality YouTube videos!
https://www.npmjs.com/package/pully
MIT License
189 stars 19 forks source link

Switch to progress-stream for better timing #16

Closed jimbuck closed 7 years ago

jimbuck commented 7 years ago

Just use progress-stream since it can provide more accurate results and better timed updates.

jimbuck commented 7 years ago

So after giving it a shot, ffmpeg doesn't like the passthrough stream, and it requires too many changes to really implement it. Closing (for now).