Skip to content

A shell script to search and stream torrents. (macOS fork)

License

Notifications You must be signed in to change notification settings

cherryblossom000/notflix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NOTFLIX

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

This is a fork for macOS

Video Preview

Watch bugswriter’s video - 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

  • WebTorrent Desktop — A tool to stream torrents. Install via Homebrew (brew install --cask webtorrent) or from the website.
  • skim or fzf — a CLI fuzzy finder. If both are present, skim is used.

Installation

cURL

cURL notflix to your $PATH and give execute permissions.

$ sudo curl -sL "https://raw.githubusercontent.com/cherryblossom000/notflix/master/notflix" -o /usr/local/bin/notflix
$ sudo chmod +x /usr/local/bin/notflix
  • To update, just do curl again, no need to chmod anymore.
  • To uninstall, simply remove notflix from your $PATH, for example sudo rm -f /usr/local/bin/notflix.

License

This project is licensed under GPL-3.0.

About

A shell script to search and stream torrents. (macOS fork)

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages

  • Shell 100.0%