Bugswriter / notflix

Notflix is a shell script to search and stream torrent.
GNU General Public License v3.0
1.9k stars 176 forks source link

NOTFLIX

f@#k netflix use notflix a tool which search magnet links and stream it with peerflix

Video Preview

Watch this video to understand - bugswriter's notflix

How does this work?

This is a shell script. It scape 1337x and get the magnet link. After this it use peerflix to stream the video from magnet link. For scraping script use simple gnu utils like sed, awk, paste, cut.

Requirements

Installation

cURL

cURL notflix to your $PATH and give execute permissions.

$ sudo curl -sL "https://raw.githubusercontent.com/Bugswriter/notflix/master/notflix" -o /usr/local/bin/notflix
$ sudo chmod +x /usr/local/bin/notflix

License

This project is licensed under GPL-3.0.