notflix
notflix copied to clipboard
Notflix is a shell script to search and stream torrent.
Just a capitalization error, I think
When testing on Mac 12.1 getting the following error: ``` grep: invalid option -- P ``` After some research it appears that the version of grep on OSX does not...
I was perfectly used Notflix for the past 1week i think so I downloaded four to five movies with this Notflix..Now I can't able to search any movies.Eventhough already downloaded...
There is nothing too special. I thought having an interactive list of torrents would be useful instead of just getting the first torrent.
There aren't always 7 digits after `/torrent/`. For example, I found this link that has 6 digits and it made notflix get stuck: https://1337x.wtf/torrent/278525/Ra-One-2011-Hindi-Movie-DVDRIP-XVID-MP3-ESUBS-Team-MJY/
i tried installing notflix in macos help I don't know what command I executed in terminal something like "sudo curl -sL "https:// , then chmod +x , and then one...
Therefore, when doing searches, you might want to refine it further with extra keywords which may include date/quality/release when doing a query. For example: `poobpi@doobpi:~/github/notflix$notflix "the blah blah 2021 720p...
The title is self-explanatory.
FreeBSD
grep -P is a GNU thing, it is not supported in the BSD versions of grep. How can I make the script work?