Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HanimeManager

Hierarchy

  • HanimeManager

Index

Constructors

Properties

Accessors

Constructors

constructor

Properties

videos

videos: Map<number, PartialVideo | Video> = ...

Accessors

download

getVideoInfo

  • get getVideoInfo(): (url: string | number) => Promise<Video>
  • Returns (url: string | number) => Promise<Video>

      • (url: string | number): Promise<Video>
      • Gets full info over a video with given id or url.

        example

        getVideoInfo(1315) .then(v => v.video)

        Parameters

        • url: string | number

          The url or id of the video.

        Returns Promise<Video>

search

Generated using TypeDoc