All Downloader - v1.0.2-alpha
    Preparing search index...

    Class AllDownloader

    Represents the main class for interacting with the API.

    Index

    Methods

    • Parses a video URL and retrieves its metadata.

      Parameters

      • url: string

        The URL of the video to parse.

      Returns Promise<null | VideoData>

      The parsed video data, or null if parsing fails.

      Will throw an error if the URL is invalid.

    • Creates and initializes an instance of AllDownloader.

      Returns Promise<AllDownloader>

      A promise that resolves to an initialized AllDownloader instance.