jikan-me / jikan

Unofficial MyAnimeList PHP+REST API which provides functions other than the official API
https://jikan.moe
MIT License
854 stars 94 forks source link

Anime Videos: Add music videos #453

Closed irfan-dahir closed 2 years ago

irfan-dahir commented 2 years ago

Didn't see this on MAL before but music videos are now also available. e.g https://myanimelist.net/anime/21/One_Piece/video?p=1

This PR adds that.

Might have a very minor merge conflict with https://github.com/jikan-me/jikan/pull/452 I suggest reviewing and merging that first.


New Model and parser added for MusicVideo, MusicVideoListItem and MusicVideoListItemParser respectively. Has similar model and parsing as PromoListItem as they both list youtube videos but a small difference is that some music video list items return the song's name and author (some are blank which are returned as null)

image