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

    Hierarchy (View Summary)

    Index
    API_ORIGIN: string = ...
    DISK_PREFIX: string = "/d/"
    extraInfo: boolean
    INLINE_PREFIX: string = "/i/"
    language: string
    origin: string
    referer: string
    • Parameters

      • videoId: string

      Returns Promise<
          | {
              duration: number;
              title: string;
              translationHelp: { target: "video_file_url"; targetUrl: string }[];
              url: string;
              video_url: string;
              videoId: string;
          }
          | {
              duration?: undefined;
              title?: undefined;
              translationHelp?: undefined;
              url: string;
              video_url?: undefined;
              videoId?: undefined;
          },
      >

    • Parameters

      • videoId: string

      Returns Promise<
          | {
              duration: number;
              title: string;
              translationHelp: { target: "video_file_url"; targetUrl: string }[];
              url: string;
              video_url: string;
              videoId: string;
          }
          | { url: string },
      >

    • Parameters

      • videoId: string

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