f@#k netflix use notflix a tool which search magnet links and stream it with peerflix
Watch this video to understand - bugswriter's notflix
This is a shell script. It scape piratebay and get the magnet link. After this it use peerflix to stream or download the video from magnet link. For scraping script use simple gnu utils like sed, awk, paste, cut.
cURL notflix to your $PATH and give execute permissions.
$ curl -sL "https://raw.githubusercontent.com/HqNw/notflix-v2/master/notflix" > $HOME/.local/bin/notflix
$ chmod +x $HOME/.local/bin/notflix
- To update, just do
curl
again, no need tochmod
anymore. - To uninstall, simply remove
notflix
from your $PATH, for examplerm -f $HOME/.local/bin/notflix
.
This project is licensed under GPL-3.0.