You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@hitam4450: That's not as easy as it looks. Unless @shibby manage to get progressive output from youtube-dl on the CLI, that of which seems to be self-clobbering, progress bars are going to be tricky. It'd be dope if youtube-dl itself could be used as a PHP library but that's wishful thinking. It'd permit for a lot more control.
you might look into the linux command pv for developing a progress bar !
e.g. pv file.ts | youtube-dl ..........
catching the output to the webinterface!
How about implementing a progress bar for download?
regards, hitam4450
The text was updated successfully, but these errors were encountered: