Skip to content

Notflix is a shell script to search and stream torrent.

License

Notifications You must be signed in to change notification settings

mmtrt/notflix-nyaa-termux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%