Skip to content

v1.5.5 Beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@irfan-dahir irfan-dahir released this 24 Jan 15:32
· 1475 commits to master since this release

Feature additions!

  • ADDED Search function for Anime/Manga/Character/People on MAL with pagination support!
    e.g$jikan->Search('query', MANGA);
    $jikan->Search('query', ANIME, 2); // page 2
    NOTE: ANIME is a constant, other respective constants are MANGA, PEOPLE, CHARACTER.
    The result_last_page field tells you how many result pages there are

  • ADDED Anime/Manga News parsing

  • ADDED Anime Videos parsing (promotional video, episodic video links from MAL)

  • BUGS FIXES addressing HTML changes, enhancements, etc.