f@#k netflix use notflix a tool which search magnet links and stream it with webtorrent
Watch my video on this - bugswriter's notflix
This is a shell script. It scrapes 1337x and gets the magnet link. After this it uses webtorrent to stream the video from the magnet link. For scraping, the script uses simple gnu utils like sed, awk, paste, cut.
- webtorrent - A tool to stream torrent.
npm install webtorrent-cli -g
- dmenu - A dynamic menu system.
git clone https://git.suckless.org/dmenu && cd dmenu && sudo make install
cURL notflix to your $PATH and give execute permissions.
$ sudo curl -sL "https://raw.githubusercontent.com/Bugswriter/notflix/master/notflix" -o /usr/local/bin/notflix
$ sudo chmod +x /usr/local/bin/notflix
- To update, just do
curl
again, no need tochmod
anymore. - To uninstall, simply remove
notflix
from your $PATH, for example `sudo rm -f /usr/local/bin/notflix.
An AUR package exists for notflix for Arch Linux, Manjaro Linux, and their derivatives as notflix-git
.
This will handle all dependencies properly except for dmenu because some users install dmenu outside of their package manager.
You can install notflix with your favorite AUR helper:
Examples:
- yay:
sudo yay -S notflix-git
- pamac (Manjaro's Default):
sudo pamac install notflix-git
- paru:
sudo paru -S notflix-git
- pikaur:
pikaur -S notflix-git
This project is licensed under GPL-3.0.