5 ms·
Note that quvi support has been removed on mpv git recently. They seem to be considering a switch to youtube-dl instead. https://github.com/mpv-player/mpv/commi
by yorhel 12y ago
Note that quvi support has been removed on mpv git recently. They seem to be considering a switch to youtube-dl instead.
https://github.com/mpv-player/mpv/commit/9b45b48c466765b6491778709a1c52e061480f76 https://github.com/mpv-player/mpv/commit/9b45b48c466765b6491...
- shmerl 12y agoThat's interesting. How are they planning to use youtube-dl? Does it have a C library or mpv allows some plugins in other languages?
- rossy 12y agoThe bit that invokes youtube-dl is a Lua plugin. It checks if the URL starts with http:// http:// or https:// https://, and if so, invokes youtube-dl -J on the command line to dump JSON information about the video.