Hierarchy

  • BaseHelper
    • PatreonHelper

Constructors

Properties

API_ORIGIN: string = "https://www.patreon.com/api"
extraInfo: boolean
referer: string
service: undefined | ServiceConf

Methods

  • Parameters

    • url: URL

    Returns Promise<undefined | string>

  • Parameters

    • videoId: string

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