Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Bugswriter/notflix
Notflix is a shell script to search and stream torrent.
https://github.com/Bugswriter/notflix
Last synced: 14 days ago
JSON representation
Notflix is a shell script to search and stream torrent.
- Host: GitHub
- URL: https://github.com/Bugswriter/notflix
- Owner: Bugswriter
- License: gpl-3.0
- Created: 2022-01-01T11:11:25.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T21:58:55.000Z (5 months ago)
- Last Synced: 2024-10-29T15:28:31.188Z (14 days ago)
- Language: Shell
- Homepage:
- Size: 7.4 MB
- Stars: 1,898
- Watchers: 14
- Forks: 176
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - Bugswriter/notflix - Notflix is a shell script to search and stream torrent. (Shell)
README
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](https://youtu.be/FbE19_omaWY)
### How does this work?
This is a shell script. It scape 1337x and get the magnet link.
After this it use [peerflix](https://github.com/mafintosh/peerflix) to stream the video from magnet link.
For scraping script use simple gnu utils like sed, awk, paste, cut.## Requirements
* [peerflix](https://github.com/mafintosh/peerflix) - A tool to stream torrent. `sudo npm install peerflix -g`
## Installation
### cURL
cURL **notflix** to your **$PATH** and give execute permissions.```sh
$ sudo curl -sL "https://raw.githubusercontent.com/Bugswriter/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](https://raw.githubusercontent.com/Illumina/licenses/master/gpl-3.0.txt).