Options
All
  • Public
  • Public/Protected
  • All
Menu
description
  • Otakudesu Instance, here you go.

Hierarchy

  • OtakudesuInstance

Index

Constructors

Methods

  • getAnime(anime: string): Promise<Anime[]>
  • description

    You can use this method for getting anime information.

    Parameters

    • anime: string

      Fill this parameter with anime name. (Eg. Boruto)

    Returns Promise<Anime[]>

  • getDownloadsByUrl(downloadUrl: string): Promise<Download[]>
  • description

    You can use this method for getting otakudesu download(s) url.

    Parameters

    • downloadUrl: string

      Download URL (Episode URL)

    Returns Promise<Download[]>

  • getExtraAnime(slugAnime: string): Promise<undefined | ExtraAnime>
  • description

    You can use this method for getting extra anime information.

    Parameters

    • slugAnime: string

      Fill this parameter with anime slug.

    Returns Promise<undefined | ExtraAnime>

  • getStream(downloadUrl: string): Promise<undefined | PassThrough>
  • Parameters

    • downloadUrl: string

      Download URL

    Returns Promise<undefined | PassThrough>

  • listGenre(): Promise<Genre[]>
  • description

    You can use this method for getting genre list.

    Returns Promise<Genre[]>

  • description

    You can use this method for getting news update from site homepage.

    Returns Promise<OngoingAnime[]>

Generated using TypeDoc