Skip to content

MasterDevX/mpvnet

Repository files navigation

mpvnet

This is a Chrome / Firefox extension that allows you to play / download media across different websites with mpv / yt-dlp.

mpvnet_demo.mp4

Features

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

Installation

  • Clone the repository. Replace branch with firefox or chrome depending on your browser.
git clone -b branch https://github.com/MasterDevX/mpvnet.git
  • Install using autotools. Requires autoconf and automake to be present in the system.
autoreconf -i
./configure
make install