UNPKG

youtube-moosick

Version:

Unofficial Youtube music API, fully written in TypeScript

25 lines 843 B
import { ArtistURL } from '../resources/resultTypes/artistURL.js'; import type { ArtistURLFullResult } from '../resources/etc/rawResultTypes/rawGetArtistURL.js'; /** * Parser to deal with the output generated by the Moosick#getArtist * * @remarks * Do not use this class directly, unless for tests purposes * @internal */ export declare class GetArtistParser { static parseArtistURLPage(context: ArtistURLFullResult): ArtistURL; /** * Parses thumbnails * @param musicThumbnailRenderer - Thumbnail renderer * @internal */ private static parseMusicThumbnailRenderer; /** * Parses artist from subtitle renderer * @param subtitleRenderer - The subtitle run * @internal */ private static parseArtistFromVideos; } //# sourceMappingURL=getArtistParser.d.ts.map