f@#k netflix use notflix a tool which search magnet links and stream it with peerflix
Watch this video to understand - bugswriter's notflix (archived)
This is a shell script. It scape TPB 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.
- peerflix - A tool to stream torrent.
sudo npm install peerflix -g
Copy notflix to your $PATH and give execute permissions.
$ sudo cp notflix /usr/local/bin/notflix
$ sudo chmod +x /usr/local/bin/notflix
- To uninstall, simply remove
notflix
from your $PATH, for examplesudo rm -f /usr/local/bin/notflix
.
This project is licensed under GPL-3.0.