vot.js - v2.4.18
    Preparing search index...

    Hierarchy (View Summary)

    Index
    API_ORIGIN: string
    extraInfo: boolean
    language: string
    origin: string
    referer: string
    • Parameters

      • videoId: string

      Returns Promise<
          | { isStream: boolean; title: string; url: string }
          | { description: string; title: string; url: string }
          | { duration: undefined; host: VideoService; url: string; videoId: string }
          | undefined,
      >

    • Parameters

      Returns { isStream: boolean; title: string; url: string }

    • Parameters

      Returns { description: string; duration: number; title: string; url: string }

    • Parameters

      Returns { description: string; title: string; url: string }

    • Parameters

      • videoId: string

      Returns
          | {
              duration: undefined;
              host: VideoService;
              url: string;
              videoId: string;
          }
          | undefined