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

Search Results for

    Class HotLinks

    This class is needed to get short links to .m3u8 files without a host. Use HostLink to build full link to the file

    Inheritance
    System.Object
    HotLinks
    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)
    System.Object.ToString()
    Namespace: Anilibria.NET.Models.TitleModel.PlayerModel.EpisodeModel
    Assembly: Anilibria.NET.dll
    Syntax
    public class HotLinks

    Properties

    FullHD_m3u8

    Link to the FullHD .m3u8 file

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

    Link as System.String

    HD_m3u8

    Link to the HD .m3u8 file

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

    Link as System.String

    SD_m3u8

    Link to the SD .m3u8 file

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

    Link as System.String

    anilibria.tv