diff options
Diffstat (limited to '.local/bin/notflix')
-rwxr-xr-x | .local/bin/notflix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.local/bin/notflix b/.local/bin/notflix new file mode 100755 index 0000000..24598a7 --- /dev/null +++ b/.local/bin/notflix @@ -0,0 +1,6 @@ +#!/bin/sh + +query="$(echo $1 | sed 's/ /+/g')" +movie=$(curl -s https://1337x.wtf/search/$query/1/ | grep -Eo "torrent\/[0-9]{7}\/[a-zA-Z0-9./?=_%:-]*" |head -n 1) +magnet=$(curl -s https://1337x.wtf/$movie | grep -Po "magnet:\?xt=urn:btih:[a-zA-Z0-9]*" | head -n 1) +peerflix -k $magnet |