Anilibria.NET API Anilibria.NET API
Anilibria.NET API Anilibria.NET API
Author: Ilya Kotomin

Search Results for

    Class Player

    This class allows you to get a list of Episodes of this title, as well as a link to the server where the title is loaded (HostLink or AlternativePlayerLink), information about its series (Series)

    Inheritance
    System.Object
    Player
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Anilibria.NET.Models.TitleModel.PlayerModel
    Assembly: Anilibria.NET.dll
    Syntax
    public class Player

    Properties

    AlternativePlayerLink

    Link to alternative player

    Declaration
    [JsonProperty("alternative_player")]
    public string AlternativePlayerLink { get; }
    Property Value
    Type Description
    System.String

    Episodes

    List of Episodes. Here you can get information about each episode

    Declaration
    [JsonProperty("playlist")]
    public List<Episode>? Episodes { get; }
    Property Value
    Type Description
    System.Nullable<List<Episode>>

    HostLink

    Link to one of the anilibria`s serves. Use it ti build full link to .m3u8 file (example: HostLink + FullHD_m3u8)

    Declaration
    [JsonProperty("host")]
    public string HostLink { get; }
    Property Value
    Type Description
    System.String

    Series

    Information about episodes

    Declaration
    [JsonProperty("series")]
    public Series Series { get; }
    Property Value
    Type Description
    Series

    Methods

    ToString()

    Override on .ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    HostLink

    Overrides
    System.Object.ToString()
    anilibria.tv