Skip to content

Notflix is a shell script to search and stream torrent.

License

Notifications You must be signed in to change notification settings

Mathieu-COSYNS/notflix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTFLIX

notflix a tool which search magnet links and stream it with btplay.

Video Preview

How does this work?

This is a shell script. It scrapes 1337x and gets the magnet link. After this it uses btplay to stream the video from magnet link. For scraping, the script uses simple gnu utils like sed, awk, paste, cut.

Requirements

  • btfs - A tool to access torrent files as a filesystem.
  • My fork of dmenu
  • A video player compatible with btplay or you should specify your video play inside the notflix.sh script

Install, Update or Remove

Favorite Method

  • To install, clone notflix repository then run sudo ./install.sh
  • To update, just do git pull then run sudo ./install.sh again.
  • To uninstall, run sudo ./uninstall.sh then remove your clone of the repo.

Alternative Method

Download the file notflix.sh and do your thing. It's just a shell script written for linux.

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%