Bugswriter / notflix
- вторник, 4 января 2022 г. в 00:44:38
Notflix is a shell script to search and stream torrent.
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.
npm install webtorrent-cli -g
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
curl
again, no need to chmod
anymore.notflix
from your $PATH, for example `sudo rm -f /usr/local/bin/notflix.This project is licensed under GPL-3.0.