f@#k netflix use notflix a tool which search magnet links with dmenu and streams it with webtorrent-cli
Watch this video to understand the script better- bugswriter's notflix video
This is a dmenu script. It searches 1337x and gets the magnet link for which media u choose. After this it uses webtorrent-cli to stream the video with mpv from the magnet link. For scraping script it uses simple gnu utils like sed, awk, paste, grep, cut.
- webtorrent-cli - A tool to stream torrent.
sudo npm install webtorrent-cli -gorparu -S webtorrent-cli/yay -S webtorrent-clifor Arch Linux Users
cURL notflix to your $PATH and give execute permissions.
--- If you are using sudo ---
sudo curl -sL "https://raw.githubusercontent.com/zakky20/notflix-dmenu/master/notflix" -o /usr/local/bin/notflix
sudo chmod +x /usr/local/bin/notflix
--- If you are using doas instead of sudo ---
doas curl -sL "https://raw.githubusercontent.com/zakky20/notflix-dmenu/master/notflix" -o /usr/local/bin/notflix
doas chmod +x /usr/local/bin/notflix- To update, just do
curlagain, no need tochmodanymore. - To uninstall, simply remove
notflixfrom your $PATH, for example `sudo rm -f /usr/local/bin/notflix.
This project is licensed under GPL-3.0.
