public

Details

Type Definitions


PublicVideoPlayer

Description

The public informations of a video player

Properties
Name Type Description
name string
isNatif boolean
downloadable boolean
autoDownload boolean
id number
Details
Object

PlayerInfo

Description

The info of an URL

Properties
Name Type Attributes Description
url string
ytInfo string <optional>
isYoutube boolean <optional>
player PublicVideoPlayer
Details
Object

PublicAnime

Description

The public informations of an anime

Properties
Name Type Description
id number
episodes PublicEpisode
name string
thumbnailLink string
Details
Object

PublicEpisode

Description

The public informations of an episode

Properties
Name Type Description
name string

The name of the episode

animeId number

The unique id of the anime

episodeId number

The unique id of the episode (define the order between episodes)

posterLink string

The uri of the anime poster

Details
Object

EpisodeInfo

Description

The information of an episode (urls are mapped with PlayerInfo)

Properties
Name Type Description
name string
episodeId number
posterLink string
isLocal bool
hasPoster bool
players Array.<PlayerInfo>
Details
Object