scrape-up
scrape-up copied to clipboard
Feat: Add MyAnimeList support
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
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.