notflix a tool which search magnet links and stream it with btplay.
This is a shell script. It scrapes 1337x and gets the magnet link. After this it uses btplay to stream the video from magnet link. For scraping, the script uses simple gnu utils like sed, awk, paste, cut.
- btfs - A tool to access torrent files as a filesystem.
- My fork of dmenu
- A video player compatible with btplay or you should specify your video play inside the notflix.sh script
- To install, clone notflix repository then run
sudo ./install.sh
- To update, just do
git pull
then runsudo ./install.sh
again. - To uninstall, run
sudo ./uninstall.sh
then remove your clone of the repo.
Download the file notflix.sh
and do your thing. It's just a shell script written for linux.
This project is licensed under GPL-3.0.