Hierarchy

  • BaseHelper
    • BannedVideoHelper

Constructors

Properties

API_ORIGIN: string = "https://api.banned.video"
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;
    }