notflix icon indicating copy to clipboard operation
notflix copied to clipboard

link https://1337x.wtf doesnt work

Open Suwper opened this issue 2 years ago • 7 comments

the link https://1337x.wtf doesnt work as intended.

It can be fixed by changing the url to https://1337x.to.

fix: #!/bin/sh

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 | grep -Po "magnet:?xt=urn:btih:[a-zA-Z0-9]*" | head -n 1) peerflix -l -k $magnet

Suwper avatar Mar 08 '22 19:03 Suwper

i kinda fixed that issue https://github.com/DemonKingSwarn/notflix

DemonKingSwarn avatar Mar 29 '22 14:03 DemonKingSwarn

i still get /usr/local/bin/notflix: line 6: peerflix: command not found

ShabirK21 avatar Apr 07 '22 14:04 ShabirK21

i still get /usr/local/bin/notflix: line 6: peerflix: command not found

I had the same issue when reinstalling notflix, just do

git clone https://github.com/Bugswriter/notflix

then cd in the notflix directory and do

sudo cp -r notflix /usr/local/bin

hope this helps

Suwper avatar Apr 07 '22 15:04 Suwper

Im still getting the same error

ShabirK21 avatar Apr 08 '22 15:04 ShabirK21

Install peerflix first with npm sudo npm install peerflix -g

GhoulBoii avatar Apr 12 '22 04:04 GhoulBoii

Install peerflix first with npm sudo npm install peerflix -g

and mpv or vlc if you havent

Suwper avatar Apr 12 '22 05:04 Suwper

I live in Spain and that website is locked by the internet provider so I used this link https://1337x.unblockit.cat/ from unblockit.how

sagastvme avatar Sep 22 '22 09:09 sagastvme