$nextAir
Syntax
$nextAir[anime;result?]Usage
| Option | Type | Optional | Example |
|---|---|---|---|
| Anime | String | false | Anime Name |
| Result | String | true | Result Type(default - title) |
Use like: $nextAir[anime_name;result_type]
Result Table
| Option | Output |
|---|---|
| title | Returns the name of the anime |
| url | Returns the URL of the anime |
| time | Returns the timestamp of new episode release |
| episode | Returns the new episode number |
Example
$nextAir[Shangri la] // Returns the full name or title of anime - Shangri la$nextAir[Shangri la;time] // Returns the next episode release timestamp of anime - Shangri la Frontier