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 
branchwithfirefoxorchromedepending on your browser. 
git clone -b branch https://github.com/MasterDevX/mpvnet.git
- Install using autotools. Requires 
autoconfandautomaketo be present in the system. 
autoreconf -i
./configure
make install