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

Zoro domain update #467

Closed
Nunu27 opened this issue Jul 6, 2023 · 1 comment
Closed

Zoro domain update #467

Nunu27 opened this issue Jul 6, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Nunu27
Copy link

Nunu27 commented Jul 6, 2023

Describe the bug

Recently zoro got rebranded to aniwatch, and so it's domain change. this change cause error to the current zoro provider

Steps to reproduce

one of the error is in the streaming link endpoint. for example https://api.consumet.org/anime/zoro/watch?episodeId=spy-x-family-17977$episode$89506$both&server=vidcloud

Expected behavior

it should return with this schema

{
  "headers": {
      "Referer": "string",
      "watchsb": "string", // or null, since only provided with server being equal to "streamsb".
      "User-Agent": "string" // or null
  },
  "sources": [
      {
      "url": "string",
      "quality": "string",
      "isM3U8": true
      }
  ]
}

Actual behavior

but currently it return

"message": {}

Additional context

i think this should be an easy fix, just by changing the domain. since the content in the new domain is still the same with the old one

@Nunu27 Nunu27 added the bug Something isn't working label Jul 6, 2023
@riimuru
Copy link
Contributor

riimuru commented Jul 26, 2023

The has been fixed.

@riimuru riimuru closed this as completed Jul 26, 2023
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

No branches or pull requests

2 participants