Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
How to get file download progress (file no., percentage, ETA and rate) #5958
Comments
|
Does |
|
@yan12125 no it doesnt help? how to fetch the percentage and ETA alone? |
|
The progress is properly outputted to the terminal, could you post the output you get and the way you want to process it? |
|
@jaimeMF This is the out put
and i wand only as $files1 FIRST FILE
SECOND, THIRD...FILES As separate variable $file, $per, $time, $rate |
|
Generally, you should use an API. I see little sense overcomplexing progress output with template similar to |
|
I am a little bit confuesed, API and PHP is used for web application right. I have installed youtube-dl in my ubuntu system |
Is there a way to get file download progress in the terminal. The --console-title shows the progress and displays progress details in title.
youtube-dl --extract-audio --audio-quality 0 --console-title --audio-format mp3 <url>But i want those details as an output in terminal and not in the title
eg:
a="hello"; echo $ais this possible