Skip to content

HqNw/notflix-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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

How does this work?

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

Requirements

Installation

CURL

cURL notflix to your $PATH and give execute permissions.

$ curl -sL "https://raw.githubusercontent.com/HqNw/notflix-v2/master/notflix" > $HOME/.local/bin/notflix
$ chmod +x $HOME/.local/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 $HOME/.local/bin/notflix.

License

This project is licensed under GPL-3.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages