EbaraKoji / youtube-downloader

MIT License
0 stars 0 forks source link

[Feature Request] use async functions #4

Open EbaraKoji opened 2 months ago

EbaraKoji commented 2 months ago

combine_audio() takes very long when combining lengthy video and audio and downloading captions is executed only after finishing it. Using async functions, downloading can be completed in a minute if the network connection is not bad. Also each step(downloading video/audio/caption and combining them) can be easily separated and made optional if these functions are changed to async ones.