Interface: DownloadLink
Defined in: src/downloader/tiktok.ts:22
Represents the structure of a common download link returned from parsed HTML anchors on the TikTok platform.
Properties
href
href:
string
The URL of the download link. This property provides the direct link to the resource intended for download.
Defined in: src/downloader/tiktok.ts:23
label
label:
string
A human-readable label associated with the download link. This property typically describes the content or type of resource the link points to, enhancing user understanding.
Defined in: src/downloader/tiktok.ts:24
Last updated on