f@#k netflix use flix-cli a tool which search magnet links and stream it with peerflix
This is a shell script. It scrapes 1337x and gets the magnet link. After this it uses peerflix to stream the video from the magnet link. For scraping, the script uses simple gnu utils like sed, awk, paste, cut.
- peerflix - A tool to stream torrent.
sudo npm install peerflix -g
cURL flix-cli to your $PATH and give execute permission.
$ sudo curl -sL "https://raw.githubusercontent.com/DemonicAayush/flix-cli/master/flix-cli" -o /usr/local/bin/flix-cli
$ sudo chmod +x /usr/local/bin/flix-cli
- To update, just do
curl
again, no need tochmod
anymore. - To uninstall, simply remove
flix-cli
from your $PATH, for examplesudo rm -f /usr/local/bin/flix-cli
.
This project is licensed under GPL-3.0.