Parse youtube-dl progress output
authorJoey Hess <joeyh@joeyh.name>
Tue, 29 Sep 2020 21:53:48 +0000 (17:53 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 29 Sep 2020 21:53:48 +0000 (17:53 -0400)
commit4c32499e824c42a86b450854b6d130a1585365a7
tree84127e48a2f02b5b806a769f1f69d53903683bb5
parent4c7335caf3fc3a9019d7cfcf47627c29952fc0eb
Parse youtube-dl progress output

Which lets progress be displayed when doing concurrent downloads.
Amoung other things, like --json-progress etc.

The youtube-dl output is no longer displayed, except for any errors.

This commit was sponsored by Denis Dzyubenko on Patreon.
Annex/Transfer.hs
Annex/YoutubeDl.hs
CHANGELOG
Command/AddUrl.hs
Command/ImportFeed.hs
Remote/BitTorrent.hs
Remote/Web.hs
Utility/Metered.hs
Utility/Rsync.hs