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

No Dubbed on zoro #71

Closed
Pacifierjr opened this issue Aug 30, 2022 · 13 comments · Fixed by #93
Closed

No Dubbed on zoro #71

Pacifierjr opened this issue Aug 30, 2022 · 13 comments · Fixed by #93
Labels
enhancement New feature

Comments

@Pacifierjr
Copy link

Source name

Zoro

Source link

https://zoro.to

Language

English

Source type

Anime

Additional info

Hi can i ask if only raw/subbed streaming source only have on zoro api?
thanks in advance.

@Pacifierjr Pacifierjr added the provider request A request to add a new source label Aug 30, 2022
@riimuru
Copy link
Contributor

riimuru commented Aug 30, 2022

@Pacifierjr I'm currently scraping only subbed zoro anime only, but I can add a dubbed option as well. i will add it as soon as i have time.

@Pacifierjr
Copy link
Author

@Pacifierjr I'm currently scraping only subbed zoro anime only, but I can add a dubbed option as well. i will add it as soon as i have time.

thank you so much hehe

@riimuru riimuru added enhancement New feature and removed provider request A request to add a new source labels Aug 30, 2022
@Pacifierjr
Copy link
Author

by the way brother, if its okay. if you not busy. can i request to add on zoro route info? like this following details hehe
-Japanese:
-Synonyms:
-Aired:
-Premiered:
-Duration:
-Status:
-MAL Score:
-Genres:
-Studios:
-Producers:

so it's more better if someone want to use your zoro api hehe if its okay only.
also id like to use your api for making a php scrapper to stored data to my database but still missing that following so that's why im suggesting hehe.

thanks in advance bro.

@riimuru
Copy link
Contributor

riimuru commented Aug 30, 2022

@Pacifierjr i won't add that information to zoro alone because i have to make an extra request. Instead of using zoro provider, use the anilist meta provider with zoro. Its basically mapping anilist to zoro to get more information. check the docs here to see how it works: https://github.com/consumet/consumet.ts/blob/master/docs/providers/anilist.md

@Pacifierjr
Copy link
Author

mapping

i see. can i ask if how can use anilist on zoro? because as i see. the anime id of anilist is different on zoro

example on zoro : https://consumet-api.herokuapp.com/anime/zoro/info?id=**one-piece-100**
and on anilist : https://consumet-api.herokuapp.com/meta/anilist/info/**21**

@riimuru
Copy link
Contributor

riimuru commented Aug 30, 2022

@Pacifierjr it will use anilist ids but the episodes will be for zoro.
You can get zoro stuff by adding &provider=zoro to the url

@Pacifierjr
Copy link
Author

@inumakieu
Copy link
Contributor

you are using incorrect episode ids

as an example:
https://consumet-api.herokuapp.com/meta/anilist/info/98659?provider=zoro
this returns the same data, but the episode IDs will be for zoro

so then just use
https://consumet-api.herokuapp.com/anime/zoro/watch?episodeId=classroom-of-the-elite-713$episode$12876
for getting the links

@Pacifierjr
Copy link
Author

you are using incorrect episode ids

as an example: https://consumet-api.herokuapp.com/meta/anilist/info/98659?provider=zoro this returns the same data, but the episode IDs will be for zoro

so then just use https://consumet-api.herokuapp.com/anime/zoro/watch?episodeId=classroom-of-the-elite-713$episode$12876 for getting the links

oh i try this method before but its not work. because its "&" not "?" hehe

@inumakieu
Copy link
Contributor

& is used when you have multiple parameters are added
but the first parameter will always use '?', even if its the only parameter
i would advise you to join the discord server btw, that way i can help you a lot quicker

@Pacifierjr
Copy link
Author

& is used when you have multiple parameters are added but the first parameter will always use '?', even if its the only parameter i would advise you to join the discord server btw, that way i can help you a lot quicker

sure brother. thanks a lot.

@Pacifierjr
Copy link
Author

@Pacifierjr I'm currently scraping only subbed zoro anime only, but I can add a dubbed option as well. i will add it as soon as i have time.

its work well on my test site : https://ph-c.me/anime/21
but its good if have episode too for dub version hehe

@riimuru
Copy link
Contributor

riimuru commented Aug 31, 2022

@Pacifierjr dw i will add dub really soon.

@riimuru riimuru linked a pull request Nov 13, 2022 that will close this issue
@riimuru riimuru closed this as completed Nov 13, 2022
@jairoxyz jairoxyz mentioned this issue Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants