pystardust / ani-cli

A cli tool to browse and play anime
GNU General Public License v3.0
7.92k stars 544 forks source link

no results found #220

Closed Anarchyserver closed 2 years ago

Anarchyserver commented 2 years ago

this has happened before when changing the base url to https://www1.gogoanime.cm would fix it but it broke again and is displaying "no results found" i checked the ani-cli file and the base url is https://www1.gogoanime.cm. im on a kali linux vm. Screenshot_2021-12-27_17-29-03

JotaroKujo0525 commented 2 years ago

Change it to https://www2.gogoanime.cm

Anarchyserver commented 2 years ago

Change it to `https://www2.gogoanimealready tried it after i saw the website changed but still nothing

JotaroKujo0525 commented 2 years ago

Uhh do you mean https://www2.gogoanime.cm

IllusiveAldebaran commented 2 years ago

I had the same issue. Thought it couldn't be that since I had just pasted the url to https://www1.gogoanime.cm, but if you go to the website you'll see it now redirects you to https://www2.gogoanime.cm as soon as you open it. Still won't play but at least it's one more step.

Vit0rg commented 2 years ago

Go to ani-cli folder, open the ani-cli file with some text editor, search for $base_url (usually line 9), change it for base_url="https://www2.gogoanime.cm", save.

Then just go to terminal and type: cd ani-cli/ sudo make

Anarchyserver commented 2 years ago

Go to ani-cli folder, open the ani-cli file with some text editor, search for $base_url (usually line 9), change it for base_url="https://www2.gogoanime.cm", save.

Then just go to terminal and type: cd ani-cli/ sudo make

thank you i completely forgot about the sudo make part.