Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RIP Animixplay #234

Closed
pitsi opened this issue Dec 24, 2022 · 1 comment · Fixed by #236
Closed

RIP Animixplay #234

pitsi opened this issue Dec 24, 2022 · 1 comment · Fixed by #236
Labels
bug Something isn't working

Comments

@pitsi
Copy link

pitsi commented Dec 24, 2022

Describe the bug

As seen in the screenshot below, animixplay shut down yesterday.

Steps to reproduce

Use the api to search for something, e.g.

$ curl -s https://api.consumet.org/anime/animixplay/dragonball | jq .
{
  "results": [
    {
      "id": "/v1/dragon-ball",
      "title": "Dragon Ball",
      "url": "https://animixplay.to/v1/dragon-ball"
    },
    {
      "id": "/v1/dragon-ball-dub",
      "title": "Dragon Ball (Dub)",
      "url": "https://animixplay.to/v1/dragon-ball-dub"
    },
    {
      "id": "/v1/dragon-ball-gt",
      "title": "Dragon Ball GT",
      "url": "https://animixplay.to/v1/dragon-ball-gt"
    },
    {
      "id": "/v1/dragon-ball-gt-dub",
      "title": "Dragon Ball GT (Dub)",
      "url": "https://animixplay.to/v1/dragon-ball-gt-dub"
    },
    {
      "id": "/v1/dragon-ball-kai",
      "title": "Dragon Ball Kai",
      "url": "https://animixplay.to/v1/dragon-ball-kai"
    },
    {
      "id": "/v1/dragon-ball-kai-2014",
      "title": "Dragon Ball Kai (2014)",
      "url": "https://animixplay.to/v1/dragon-ball-kai-2014"
    }
  ]
}

Expected behavior

Any of the above entries that are under the url keys should point to a valid page...

Actual behavior

However, every url under the forementioned domain redirects to the main page where the user sees the following announcemet.

2022-12-24-121048_1280x1024_scrot

Additional context

This is as far as I could go with the api's functions. All I found from the source code is that it has 3 functions (search, info and watch), but I could not make any of the other 2 work.
Sadly, the api's part for animixplay is not documented under docs.consumet.org (and for other supported sites too) and my knowledge is too limited to understand the rest :(

@pitsi pitsi added the bug Something isn't working label Dec 24, 2022
@wearrrrr
Copy link
Contributor

There is already a PR open in consumet.ts to deprecate animixplay

@riimuru riimuru linked a pull request Dec 25, 2022 that will close this issue
@riimuru riimuru closed this as completed Dec 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants