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

Mika Scraper v1.1.2


Mika Scraper / SnackVideoFailure

Interface: SnackVideoFailure

Defined in: src/_other-scraper/snackVideoDL.ts:16

Represents the structure of a failed video extraction attempt from the SnackVideo platform.

Properties

status

  • Type: boolean
  • Value: false

Indicates whether the video extraction was unsuccessful.

Defined in: src/_other-scraper/snackVideoDL.ts:17

message

  • Type: string

Provides a description of the failure encountered during the video extraction process, which can be useful for debugging.

Defined in: src/_other-scraper/snackVideoDL.ts:18

Example

const failure: SnackVideoFailure = { status: false, message: "The video URL is invalid." };
Last updated on