Bugswriter/notflix
Shell대체: Netflix
Notflix is a shell script to search and stream torrent.
torrentstreamingshellmediapeerflix
주요 지표
스타 성장
스타
1.9k
포크
169
주간 성장
—
이슈
31
5001k1.5k
2023년 1월2023년 3월2023년 6월2023년 9월2023년 12월2024년 3월2024년 6월
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
How does this work?
This is a shell script. It scape 1337x and get the magnet link. After this it use peerflix to stream the video from magnet link. For scraping script use simple gnu utils like sed, awk, paste, cut.
Requirements
- peerflix - A tool to stream torrent.
sudo npm install peerflix -g
Installation
cURL
cURL notflix to your $PATH and give execute permissions.
$ 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
curlagain, no need tochmodanymore. - To uninstall, simply remove
notflixfrom your $PATH, for example `sudo rm -f /usr/local/bin/notflix.
License
This project is licensed under GPL-3.0.
관련 저장소