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

feat: adding BRMangas provider #343

Merged
merged 4 commits into from
Jun 3, 2023
Merged

feat: adding BRMangas provider #343

merged 4 commits into from
Jun 3, 2023

Conversation

saulojoab
Copy link
Contributor

What kind of change does this PR introduce?

New PT-BR provider!

Did you add tests for your changes?

Yes.

If relevant, did you update the documentation?

Yes.

Summary

  • Added a new Manga provider called BRMangas (provides brazilian-portuguese scans 🇧🇷)
  • Added search, fetchMangaInfo and fetchChapterImages functions.
brmangas.search("punpun").then(data => {
  console.log(data);
})

brmangas.fetchMangaInfo("berserk-online").then(data => {
  console.log(data);
})

brmangas.fetchChapterPages("berserk-16-online").then(data => {
  console.log(data);
})
  • Added test.
  • Updated docs.

Other information
This one seems to be working with Render.

Copy link
Contributor

@riimuru riimuru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@riimuru riimuru merged commit 5e52488 into consumet:master Jun 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants