Skip to content

Notflix is a shell script to search and stream torrent.

License

Notifications You must be signed in to change notification settings

Edesem/no-emojis-and-filtered-notflix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NOTFLIX

Removed the emojis from the script and made the search filtered so you can't accidentally find adult content, by only searching movies and not everything in general. It makes it a lot harder to search and probably almost impossible so yeah. The major difference between this fork and the original is that you select the form of media you want (movie, tv, documentary, anime), this is because I just don't how to do it in a better way, where you can view all content simulatanousely on 1337x without accessing the degenerate content then besides the way I decided to implement it

Video Preview

Watch BugsWriters video on it - 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 - A tool to stream torrent. npm install webtorrent-cli -g or yay -S webtorrent-cli for Arch Users

Installation

cURL

cURL notflix to your $PATH and give execute permissions.

$ sudo curl -sL "https://raw.githubusercontent.com/Edesem/no-emoji-and-porn-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

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%