v1.5.5 Beta
Pre-release
Pre-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.
Theresult_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.