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

Search Results for

    Class Episode

    This class contains information about the episode number (Number), a preview message from the voiceover team (Preview), values for opening and ending skips (Skips), links to .m3y8 files (HotLinks), and the release time of the title (CreatedDate).

    Inheritance
    System.Object
    Episode
    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.EpisodeModel
    Assembly: Anilibria.NET.dll
    Syntax
    public class Episode

    Properties

    CreatedDate

    Release date of episode

    Declaration
    [JsonProperty("created_timestamp")]
    [JsonConverter(typeof(UnixDateTimeConverter))]
    public DateTime CreatedDate { get; }
    Property Value
    Type Description
    DateTime

    HotLinks

    Hot links to .m3u8 files without host link (short version)

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

    Number

    Episode number in Title

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

    Preview

    Message from voiceover team

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

    Skips

    Information about skips in episode

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

    Methods

    ToString()

    Override of .ToString()

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

    Serie Number as System.String

    Overrides
    System.Object.ToString()
    anilibria.tv