vot.js - v2.4.12
    Preparing search index...
    type BaseHelperOpts<T = ServiceConf> = {
        extraInfo?: boolean;
        fetchFn?: VOTTypes.ClientType.FetchFunction;
        language?: string;
        origin?: string;
        referer?: string;
        service?: T;
    }

    Type Parameters

    Index

    Properties

    extraInfo?: boolean

    Get extra info about video (title, description, subtitles) if available

    Fetch function

    e.g. GM_fetch, ofetch.native and etc

    language?: string
    origin?: string

    Domain from url, it's used e.g. for api domain

    referer?: string
    service?: T