This is a shell script. It scrape 1337x and TPB to get the magnet link. It uses 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
$ git clone https://github.com/FrozzDay/notflix && cd notflix
$ mv config.example config
$ chmod +x notflix
$ ./notflixThis project is licensed under GPL-3.0.