diff options
author | 2025-02-13 14:13:49 +0530 | |
---|---|---|
committer | 2025-02-13 14:13:49 +0530 | |
commit | 8a2e1006b3b272126332aa064f3ad95387129544 (patch) | |
tree | 944c80ac612a65980d94a54ba11b6c7102037ecf /.local/bin/notflix | |
parent | dcbb16d8b08ff5956abef5e6478b59df2e93ad35 (diff) | |
download | dotfiles-master.tar.gz dotfiles-master.tar.bz2 dotfiles-master.zip |
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 |