scrape-up icon indicating copy to clipboard operation
scrape-up copied to clipboard

Feat: Add MyAnimeList support

Open shravanasati opened this issue 1 year ago • 0 comments

Description

This PR adds support for scraping the MyAnimeList anime pages.

Resolves: #899

Checklist

Before submitting this pull request, kindly verify that the ensuing checkpoints have been reached.

  • [x] Have you adhered to the repository's defined coding convention rules?
  • [x] Have you updated the 'documentation.md' file with the method/function documentation?
  • [x] Have you sent a message along with the result or response?
  • [x] Have you used the try-catch technique?
  • [ ] Has the method/class been added to the documentation (md file)?

Screenshots

image

Additional Notes/Comments

The code performs the requests only once when the Anime class is initialized, and since all the other methods (like title, genres, themes) involve just finding the appropriate elements from the cached page, I've marked them with the property decorator indicating that they are cheap to compute.

I certify that I have carried out the relevant checks and provided the requisite screenshot for validation by submitting this pull request.

shravanasati avatar May 15 '24 06:05 shravanasati