mmtrt / notflix-nyaa-termux

Notflix is a shell script to search and stream torrent.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOTFLIX

f@#k netflix use notflix a tool which search magnet links and stream it with webtorrent

Video Preview

Watch my video on this - bugswriter's notflix

How does this work?

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.

Requirements

  • Termux - Install terminal app from f-droid then install required pkgs in Termux.
pkg up -y && pkg in binutils fzf git nodejs python -y
npm install webtorrent-cli -g
  • termux-open-url - Add termux-open-url script as mpv script in termux to open url with players.
curl -sL "https://github.com/mmtrt/notflix-nyaa-termux/raw/termux/src/termux-open-url" -o ../usr/bin/mpv && chmod +x ../usr/bin/mpv

Optional

  • mpv-android - Install it from playstore then add mpv script in termux.
curl -sL "https://github.com/mmtrt/notflix-nyaa-termux/raw/termux/src/mpv" -o ../usr/bin/mpv && chmod +x ../usr/bin/mpv
  • MX Player - Install it from playstore then add MXPlayer script in termux.
curl -sL "https://github.com/mmtrt/notflix-nyaa-termux/raw/termux/src/mxplayer" -o ../usr/bin/mpv && chmod +x ../usr/bin/mpv
  • VLC - Install it from playstore then add VLC script in termux.
curl -sL "https://github.com/mmtrt/notflix-nyaa-termux/raw/termux/src/vlc" -o ../usr/bin/mpv && chmod +x ../usr/bin/mpv
  • Mi Video - Install it from playstore then add Mi Video script in termux.
curl -sL "https://github.com/mmtrt/notflix-nyaa-termux/raw/termux/src/mivideo" -o ../usr/bin/mpv && chmod +x ../usr/bin/mpv

Installation

notflix

cURL notflix to your $PATH and give execute permissions.

curl -sL "https://github.com/mmtrt/notflix-nyaa-termux/raw/termux/notflix" -o ../usr/bin/notflix && chmod +x ../usr/bin/notflix
  • To update, just do curl again, no need to chmod anymore.
  • To uninstall, simply remove notflix from your $PATH, for example `rm -f ../usr/bin/notflix.

nyaa

cURL nyaa to your $PATH and give execute permissions.

curl -sL "https://github.com/mmtrt/notflix-nyaa-termux/raw/termux/nyaa" -o ../usr/bin/nyaa && chmod +x ../usr/bin/nyaa
  • To update, just do curl again, no need to chmod anymore.
  • To uninstall, simply remove nyaa from your $PATH, for example `rm -f ../usr/bin/nyaa.

License

This project is licensed under GPL-3.0.

About

Notflix is a shell script to search and stream torrent.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%