The BBBVideoScraper class, that scrapes a video from a "BBB WebKonferenze" and saves it to a file.

Hierarchy

  • VideoScraperCore

    Hierarchy

    • BBBVideoScraper

Constructors

Methods

Constructors

  • The constructor of the VideoScraperCore class.

    Parameters

    • Optional options: {}

      The BrowserOptions to pass to the instance.

      Returns BBBVideoScraper

    Methods

    • Scrapes a video from a BBB conference.

      Parameters

      • url: string

        The url of the video to save

      • destPath: string

        The path where the video will be saved. Note that the extension should be webm.

      • options: Omit<{}, "fullScreen"> = {}

        The ScrapingOptions to pass to this method.

      Returns Promise<void>

    Generated using TypeDoc