f@#k netflix use notflix a tool which search magnet links and stream it with webtorrent
This is a fork for WSL (Windows subsystem for linux)
Watch bugswriters video - 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 Desktop - A tool to stream torrent. install from https://webtorrent.io/desktop. ensure it is on windows path.
- fzf - a cli fuzzy finder. I recommend installing via git. When i install via package managers .fzf/install script does not get run.
cURL notflix to your $PATH and give execute permissions.
$ sudo curl -sL "https://raw.githubusercontent.com/myrionsc/notflix/master/notflix" -o /usr/local/bin/notflix $ sudo 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.
