MasterDevX / mpvnet

Firefox / Chrome extension to play / download media across different websites with mpv / yt-dlp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Firefox / Chrome extension to play / download media across different websites with mpv / yt-dlp

License:GNU General Public License v3.0


Languages

Language:Python 40.0%Language:JavaScript 19.3%Language:CSS 13.0%Language:HTML 12.1%Language:M4 10.3%Language:Makefile 5.3%