justchokingaround / superstream-cli

5 stars 0 forks source link

What do I need to make this work? #1

Open pitsi opened 5 months ago

pitsi commented 5 months ago

A few months ago (quite possibly the week you created it) that lobster was starting to have its major issue, I downloaded supestream to give it a shot. I installed chafa which is needed for it to work, searched for deadpool and it just worked as it should. It returned proper results and the movie I tried simple played. However, I was oping that lobster's issue would be temporary, so I left it aside.

I tried again it today and I just can't make it work at all. I get either this curl error and an empty fzf dialog box after it

$ ./superstream.sh 
Search a movie: deadpool
curl: option : blank argument where content is expected
curl: try 'curl --help' or 'curl --manual' for more information
$ ./superstream.sh deadpool
curl: option : blank argument where content is expected
curl: try 'curl --help' or 'curl --manual' for more information

or no error at all and the empty fzf dialog box

$ ./superstream.sh 
Search a movie: matrix
$ ./superstream.sh matrix

So, what am I missing here? Launcing it with bash -x superstream shows that it fails on this command, but is it the only command it fails on? + curl -sL '' -o '/tmp/superstream_images//[[.jpg'

justchokingaround commented 5 months ago

this scraper is outdated, superstream changed their stuff completely around 2 weeks ago

pitsi commented 5 months ago

Oh ok. I never thought I would be this lucky :D