Skip to Content
Mika Scraper 1.1.1 is released πŸŽ‰
πŸ• MIKA INTERFACEInterface: Metadata

Mika Scraper v1.1.2


Mika Scraper / Metadata

Interface: Metadata

Defined in: src/youtube/ytdl.ts:18

The Metadata interface represents the essential details about a video, providing access to its title, duration, and thumbnail information.

Properties

title

title: string
Defined in: src/youtube/ytdl.ts:19
The title of the video.

duration

duration: string
Defined in: src/youtube/ytdl.ts:20
The duration of the video, represented as a string (e.g., β€œPT2M34S” for 2 minutes and 34 seconds).

thumbnail

thumbnail: null | string
Defined in: src/youtube/ytdl.ts:21
The URL of the video’s thumbnail image. This property can either be a string representing the URL or null if no thumbnail is available.

Last updated on