/flix-cli

A cli tool to browse and play netflix shows and movies.

Primary LanguageShellGNU General Public License v3.0GPL-3.0

FLIX-CLI

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

GitHub Actions CI Status

Coverity Status

How does this work?

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.

Requirements

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

Installation

cURL

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 to chmod anymore.
  • To uninstall, simply remove flix-cli from your $PATH, for example sudo rm -f /usr/local/bin/flix-cli.

License

This project is licensed under GPL-3.0.