AngelJRomero21 / notflix

Notflix is a shell script to search and stream torrent.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTFLIX

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

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

  • peerflix - A tool to stream torrent. sudo npm install peerflix -g

Installation

cURL

cURL notflix to your $PATH and give execute permissions.

$ curl -sL "https://raw.githubusercontent.com/demonkingswarn/notflix/master/notflix" > $HOME/.local/bin/notflix
$ chmod +x $HOME/.local/bin/notflix
  • To update, just do curl again, no need to chmod anymore.
  • To uninstall, simply remove notflix from your $PATH, for example rm -f $HOME/.local/bin/notflix.

License

This project is licensed under GPL-3.0.

About

Notflix is a shell script to search and stream torrent.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%