notflix
notflix copied to clipboard
Notflix is a shell script to search and stream torrent.
I'm not sure if I messed something up somewhere but it launches fine with no errors but it can't find any torrents.
/usr/local/bin/notflix: line 29: notify-send: command not found
Hi, happy 2022! I reorganized the script, added a "feature" to check for dependencies and did some other changes like replacing sed with perl regexes. Tested it and it works...
`dmenu` was not opening in my case without echoing something into its `stdin`. I also included some formatting for `README`. fixed typo: `webtorrent-cli` from `webtorrent` Fix issue #5 #7 #3...
I just revised the readme adding the missing steps, and updated the Regex, which wasn't picking up the torrents
#!/bin/sh cd sudo rm -fr /tmp/torrent-stream/* query=$(printf '%s' "$*" | tr ' ' '-' ) movie=$(curl -s https://1337x.to/search/$query/1/ | grep -Eo "torrent/[0-9]{7}/[a-zA-Z0-9?%-]*/" | head -n 1) magnet=$(curl -s https://1337x.to/$movie |...
Right now the grep command for pulling torrent links from 1337x only allows for torrents that have 7-digit links. It should be: ``` #!/bin/sh query=$(printf '%s' "$*" | tr '...
replaced the Youtube link in the README with based alternative (Odysee) since Youtube deleted the video