consumet / docs.consumet.org

Consumet API Documentation using Nextra's documentation theme.
https://docs.consumet.org
MIT License
2 stars 12 forks source link

Feedback for “GogoAnime | Streaming Links” #9

Open andrewhilario opened 1 year ago

andrewhilario commented 1 year ago

when I try to use the "Get Anime Episode Streaming Links" using the episode Id it alaways says undefined even tho there's a data in the console.

nicogulo commented 11 months ago
image

working well for me. can you provide how to use API? @andrewhilario

DivineChile commented 1 week ago

mine seems to only work for "spy x family". any other anime episode id does not work @nicogulo

DivineChile commented 1 week ago

mine seems to only work for "spy x family". any other anime episode id does not work

nicogulo commented 1 week ago

have you try to change the server? in the documentation allowed to add params server @DivineChile . can you give me example what anime doesn't work? https://docs.consumet.org/rest-api/Anime/gogoanime/get-anime-episode-streaming-links

DivineChile commented 1 week ago

This is when i tried getting streaming links for jujustu kaisen 2nd season. jujutsu kaisen 2nd season and this is when i tried getting streaming links for dandadan and for jujutsu kaisen 2nd season dandadan

check it @nicogulo

nicogulo commented 1 week ago

in the documentation, we can add parameter server

https://api.consumet.org/anime/gogoanime/watch/{episodeId}?server={serverName}

try add server name parameter, you can get the server name from end point

https://api.consumet.org/anime/gogoanime/servers/{episodeId}

@DivineChile

DivineChile commented 1 week ago

Okay, well adding the parameter server to the end point still didnt work.

https://api.consumet.org/anime/gogoanime/watch/{episodeId}?server={serverName}

but getting the servers of the anime episode works just fine. so i think i'll manage this... but i think you still need to check it out @nicogulo thanks.