Hierarchy

  • BaseHelper
    • VimeoHelper

Constructors

Properties

API_KEY: string = ""
API_ORIGIN: string = "https://example.com"
DEFAULT_SITE_ORIGIN: string = "https://vimeo.com"
extraInfo: boolean
referer: string
service: undefined | ServiceConf
SITE_ORIGIN: string = ...

Methods

  • Parameters

    • videoId: string

    Returns Promise<false | {
        duration: number;
        subs: PrivateVideoSubtitle[];
        title: string;
        url: string;
        video_url: string;
    }>

  • Parameters

    • url: URL

    Returns Promise<undefined | string>

  • Parameters

    • videoId: string

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