Skip to content

zakky20/notflix-dmenu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NOTFLIX

f@#k netflix use notflix a tool which search magnet links with dmenu and streams it with webtorrent-cli

Video Preview

Watch this video to understand the script better- bugswriter's notflix video

How does this work?

This is a dmenu script. It searches 1337x and gets the magnet link for which media u choose. After this it uses webtorrent-cli to stream the video with mpv from the magnet link. For scraping script it uses simple gnu utils like sed, awk, paste, grep, cut.

Requirements / Dependencies

  • webtorrent-cli - A tool to stream torrent. sudo npm install webtorrent-cli -g or paru -S webtorrent-cli / yay -S webtorrent-cli for Arch Linux Users

Installation

cURL

cURL notflix to your $PATH and give execute permissions.

--- If you are using sudo ---
sudo curl -sL "https://raw.githubusercontent.com/zakky20/notflix-dmenu/master/notflix" -o /usr/local/bin/notflix
sudo chmod +x /usr/local/bin/notflix

--- If you are using doas instead of sudo ---
doas curl -sL "https://raw.githubusercontent.com/zakky20/notflix-dmenu/master/notflix" -o /usr/local/bin/notflix
doas 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 dmenu script to stream all kinds of media with dmenu and mpv!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%