From 8a2e1006b3b272126332aa064f3ad95387129544 Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Thu, 13 Feb 2025 14:13:49 +0530 Subject: new dot files --- .local/bin/notflix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .local/bin/notflix (limited to '.local/bin/notflix') 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 -- cgit v1.2.3-59-g8ed1b