norkunas / youtube-dl-php

A PHP wrapper for youtube-dl or yt-dlp.
MIT License
456 stars 158 forks source link

Download progress with external downloader #147

Closed sobhan-m94 closed 3 years ago

sobhan-m94 commented 3 years ago

How can I use onProgress method with external downloader like aria2c ?

norkunas commented 3 years ago

I'm not sure as I didn't have any use case to use external downloader :confused: Guessing from your question - when using aria2c youtube-dl itself does not output the progress?

sobhan-m94 commented 3 years ago

The output is different when external downloader is used than when it is not. See the output.

image

norkunas commented 3 years ago

Maybe you could try then to use a custom callback for debug function to try parsing it's progress.