This is a Chrome / Firefox extension that allows you to play / download media across different websites with mpv / yt-dlp.
mpvnet_demo.mp4
The project offers the following functionality:
- Working on all linux distros
- Firefox / Google Chrome support
- Playing video / audio with mpv
- Video / audio downloading
- Setting video resolution limit
- Easy to use install system
- Support for tons of websites
- Clone the repository. Replace
branch
withfirefox
orchrome
depending on your browser.
git clone -b branch https://github.com/MasterDevX/mpvnet.git
- Install using autotools. Requires
autoconf
andautomake
to be present in the system.
autoreconf -i
./configure
make install