Skip to content
 
 

Latest commit

 

History

34 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

NOTFLIX-CLI (archived)

This repository has been replaced by my own python rewrite: Cthulhu.

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 - A tool to stream torrent. npm install webtorrent-cli -g

Installation

cURL

cURL notflix to your $PATH and give execute permissions.

$ sudo curl -sL "https://raw.githubusercontent.com/trianglecirclexyz/notflix-cli/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

Notflix is a shell script to search and stream torrent.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages