Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Notflix is a shell script to search and stream torrent.

License

Notifications You must be signed in to change notification settings

funcy2267/notflix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

NOTFLIX

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

Watch this video to understand - bugswriter's notflix (archived)

How does this work?

This is a shell script. It scape TPB and get the magnet link. After this it use peerflix to stream the video from magnet link. For scraping script use simple gnu utils like sed, awk, paste, cut.

Requirements

  • peerflix - A tool to stream torrent. sudo npm install peerflix -g

Installation

Copy notflix to your $PATH and give execute permissions.

$ sudo cp notflix /usr/local/bin/notflix
$ sudo chmod +x /usr/local/bin/notflix
  • 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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%