Proflix is a cross-platform python tool that scrapes a list of torrent sites for magnet links and uses webtorrent to stream the media directly to mpv or to just download it.
Clone the repository and install the python requirements.txt
:
$ git clone https://github.com/Albert24GG/Proflix.git
$ cd ./Proflix
$ pip install -r requirements.txt
Just cd into the Proflix directory and run the python script:
$ python3 proflix.py
Project licensed under GNU GPL3 License.