wsper-js 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1234,8 +1234,7 @@ declare class LyricsScraper {
1234
1234
  search(query: string): Promise<WsperResponse<LyricsResult>>;
1235
1235
  }
1236
1236
 
1237
- declare function parseLyricsSearchHtml(html: string, pageUrl: string): string;
1238
- declare function parseLyricsDetailHtml(html: string, pageUrl: string): LyricsResult;
1237
+ declare function parseLyricsResponse(raw: unknown, pageUrl: string): LyricsResult;
1239
1238
 
1240
1239
  interface MConverterScraperOptions {
1241
1240
  baseUrl?: string | undefined;
@@ -1923,6 +1922,7 @@ interface YouTubeScraperOptions {
1923
1922
  ffprobePath?: string;
1924
1923
  outputDir?: string;
1925
1924
  searchLimit?: number;
1925
+ pythonPath?: string;
1926
1926
  }
1927
1927
  interface YoutubeThumbnail {
1928
1928
  url: string;
@@ -2100,6 +2100,7 @@ declare class YouTubeScraper {
2100
2100
  audioBitrate?: string;
2101
2101
  }): Promise<WsperResponse<YoutubeAudioExtractResult>>;
2102
2102
  getPlaylist(input: string): Promise<WsperResponse<YoutubePlaylistData>>;
2103
+ static create(options?: YouTubeScraperOptions): Promise<YouTubeScraper>;
2103
2104
  getChannel(input: string): Promise<WsperResponse<YoutubeChannelData>>;
2104
2105
  }
2105
2106
 
@@ -2692,7 +2693,7 @@ declare class WallpaperScraper {
2692
2693
  search(query: string): Promise<WsperResponse<WallpaperResult>>;
2693
2694
  }
2694
2695
 
2695
- declare function parseWallpaperSearchHtml(html: string, pageUrl: string): WallpaperResult;
2696
+ declare function parseWallpaperSearchJson(raw: unknown, pageUrl: string): WallpaperResult;
2696
2697
 
2697
2698
  interface Webp2Mp4ScraperOptions extends ScraperOptions {
2698
2699
  baseUrl?: string | undefined;
@@ -2790,4 +2791,22 @@ declare function zenWafSession(url: string): Promise<{
2790
2791
  headers: Record<string, string>;
2791
2792
  }>;
2792
2793
 
2793
- export { ANALYTICS_CHART_MODELS, ANALYTICS_CHART_MODEL_NAMES, ANIME_CHARACTERS, AlkitabScraper, type AlkitabScraperOptions, type AlkitabVerse, type AnalyticsChartModel, type AnalyticsChartModelName, type AnalyticsChartVariant, type AnalyticsImageOptions, type AnalyticsTheme, type Android1Item, type Android1Result, type AnimationConfig, type AnimationDirection, type AnimationMode, type AnimationStep, type AnimeCharacter, type AnimeQuoteItem, AnimeQuoteScraper, type AnimeQuoteScraperOptions, type AnimeRandomResult, AnimeRandomScraper, type AnimeRandomScraperOptions, type AptoideItem, type AptoideResult, type BMKGBaseUrls, type BMKGEarthquake, type BMKGEarthquakeFeed, type BMKGForecast, type BMKGNowcasting, BMKGScraper, type BMKGScraperOptions, type BMKGShakemapDownload, BMKG_DEFAULT_BASE_URLS, BMKG_PROVINCE_CODES, BMKG_QUEUE_DEFAULTS, type BackgroundConfig, type BackgroundLinearConfig, type BackgroundRadialConfig, type BackgroundSolidConfig, BiliBiliScraper, type BiliBiliScraperOptions, type BiliBiliSearchItem, type BiliBiliSearchResult, type BiliBiliVideoInfo, type BiliBiliVideoStream, type BratConfig, BratGenerator, type BratResult, type BrowserHeaderProfile, CANVAS_PRESETS, CUACA_CITY_COORDS, CUACA_DEFAULT_BASE_URLS, CUACA_QUEUE_DEFAULTS, CUACA_WIND_DIRECTIONS, type CanvasConfig, type CanvasPreset, type CapCutDownloadResult, CapCutScraper, type CapCutScraperOptions, ChartGenerator, type ConvertOptions, CredentialsManager, type CuacaBaseUrls, type CuacaResult, CuacaScraper, type CuacaScraperOptions, type CuacaSearchResult, type CuacaWarningInfo, DEFAULT_ANIMATION, DEFAULT_CANVAS, DEFAULT_PADDING, DEFAULT_TEXT, type DownloadAudioFormat, DownloadError, type DownloadMetadata, type DownloadOptions, type DownloadResult, Downloader, type DrakorArtist, type DrakorDetail, type DrakorEpisode, type DrakorGenre, type DrakorItem, type DrakorList, type DrakorPagination, DrakorScraper, type DrakorScraperOptions, type DramaboxListItem, type DramaboxResult, DramaboxScraper, type DramaboxScraperOptions, type ExternalSource, FFMPEG_PATH, type FaceswapResult, FaceswapScraper, type FaceswapScraperOptions, type GifOutputConfig, type HokInfoResult, HokInfoScraper, type HokInfoScraperOptions, HtmlMetadataParser, type HtmlToJpgPageOrientation, type HtmlToJpgPageSize, type HtmlToJpgResult, HtmlToJpgScraper, type HtmlToJpgScraperOptions, type HtmlToJpgTask, type HtmlToJpgUploadForm, HttpClient, HttpError, type HttpErrorOptions, type HttpOptions, type HttpRequestOptions, type HttpResponse, type IkiruMangaItem, type IkiruMangaResult, IkiruMangaScraper, type IkiruMangaScraperOptions, type ImageOutputConfig, type ImagePost, ImageScraper, type ImageScraperOptions, type ImageSearchOptions, type ImageSearchResult, type ImageSiteName, type ImgUpscalerResult, type ImgUpscalerScale, ImgUpscalerScraper, type ImgUpscalerScraperOptions, type InstagramCarouselItem, type InstagramDownloadAsset, type InstagramDownloadPostInput, type InstagramDownloadProfileInput, type InstagramDownloadResult, type InstagramFeed, type InstagramFeedOptions, type InstagramMediaItem, type InstagramProfile, type InstagramProfileWithFeed, InstagramScraper, type InstagramScraperOptions, JsonParser, type KomikindoDetail, KomikindoScraper, type KomikindoScraperOptions, type KomikindoSearchItem, type LineLayout, type LinearGradientDirection, type LogLevel, type LyricsResult, LyricsScraper, type LyricsScraperOptions, type MConverterConvertResult, MConverterScraper, type MConverterScraperOptions, type MConverterTarget, type MConverterTargetsResult, type MaybePromise, type McAddonDetail, type McAddonResult, McAddonScraper, type McAddonScraperOptions, type McAddonSearchItem, type MediafireResult, MediafireScraper, type MediafireScraperOptions, ModAndroidScraper, type ModAndroidScraperOptions, type ModAndroidSearchResult, type ModyoloItem, type ModyoloResult, type MonthlyChartStyle, type MonthlyPoint, type NormalizedAnimation, type NormalizedBratConfig, type NormalizedPadding, type NormalizedSpotifyAlbum, type NormalizedSpotifyAlbumTrack, type NormalizedSpotifyArtist, type NormalizedSpotifyPlaylist, type NormalizedSpotifyPlaylistTrackItem, type NormalizedSpotifyTrack, type NpmCollaborator, type NpmInfoItem, type NpmPackage, type Nullable, type OcrScanResult, OcrScraper, type OcrScraperOptions, type Optional, type OutputConfig, PLATFORM_DEFAULT_HEADERS, type PaddingConfig, ParseError, type ParsedHtmlMetadata, type PhotoAiCheckResult, PhotoAiScraper, type PhotoAiScraperOptions, type PhotoAiUploadResult, type PinterestBoard, type PinterestDownloadAsset, type PinterestDownloadPinInput, type PinterestDownloadResult, type PinterestImageVariant, type PinterestMedia, type PinterestPageInfo, type PinterestPin, PinterestScraper, type PinterestScraperOptions, type PinterestSearchOptions, type PinterestSearchResult, type PinterestStats, type PinterestStoryBlock, type PinterestStoryPage, type PinterestUser, type PinterestVideoVariant, type PlayStoreApp, PlayStoreScraper, type PlayStoreScraperOptions, type QueueOptions, type RadialGradientPosition, type RenderFrame, RequestQueue, type ResepItem, ResepScraper, type ResepScraperOptions, type ResolvedSpotifyCredentials, type SakuraNovelChapterContent, type SakuraNovelChapterItem, type SakuraNovelDetail, SakuraNovelScraper, type SakuraNovelScraperOptions, type SakuraNovelSearchItem, ScraperError, type ScraperOptions, type SelectedDownload, type SpotifyCredentialSource, type SpotifyCredentialsConfig, type SpotifyDownloadAsset, type SpotifyDownloadAudioFormat, type SpotifyDownloadPostInput, type SpotifyDownloadProfileInput, type SpotifyDownloadResult, type SpotifyEntityType, type SpotifyExtracted, type SpotifyImage, type SpotifyOAuthToken, SpotifyScraper, type SpotifyScraperOptions, type SpotifySearchResult, type SpotifyTrackMeta, StalkScraper, type StalkScraperOptions, type StickerConfig, type StickerTextOptions, type StylePreset, type TextAlign, type TextConfig, type ThreadsBioLink, type ThreadsCaption, type ThreadsDownloadAsset, type ThreadsDownloadPostInput, type ThreadsDownloadProfileInput, type ThreadsDownloadResult, type ThreadsMedia, type ThreadsMediaCandidate, type ThreadsMediaItem, type ThreadsPageInfo, type ThreadsPost, type ThreadsPostInput, type ThreadsProfile, ThreadsScraper, type ThreadsScraperOptions, type ThreadsSearchOptions, type ThreadsSearchResult, type ThreadsStats, type ThreadsTopic, type ThreadsUser, type ThreadsVideoVersion, type Timestamped, type TopAnimeItem, TopAnimeScraper, type TopAnimeScraperOptions, type TwitterCursor, type TwitterDownloadAsset, type TwitterDownloadProfileInput, type TwitterDownloadResult, type TwitterDownloadTweetInput, type TwitterEntities, type TwitterEntityUrl, type TwitterHashtag, type TwitterMedia, type TwitterMention, type TwitterPageInfo, type TwitterProfileDownloadAsset, type TwitterProfileDownloadResult, TwitterScraper, type TwitterScraperOptions, type TwitterSearchOptions, type TwitterSearchResult, type TwitterTweet, type TwitterTweetDetail, type TwitterTweetInput, type TwitterTweetStats, type TwitterUser, type TwitterUserSearchResult, type TwitterUserTimeline, type TwitterUserTimelineInput, type TwitterVideoInfo, type TwitterVideoVariant, UguuScraper, type UguuScraperOptions, type UguuUploadResult, type UpscalerResult, UpscalerScraper, type UpscalerScraperOptions, type UptodownItem, type UptodownResult, ValidationError, type VideoOutputConfig, VideyScraper, type VideyScraperOptions, type VideyUploadResult, type WallpaperItem, type WallpaperResult, WallpaperScraper, type WallpaperScraperOptions, type Webp2Mp4Result, Webp2Mp4Scraper, type Webp2Mp4ScraperOptions, type Webp2Mp4Source, type WeeklyChartStyle, type WeeklyPoint, type WordPos, type WsperCredentials, WsperError, type WsperErrorOptions, type WsperErrorPayload, WsperLogger, type WsperPlatform, type WsperPlatformCredentialsConfig, type WsperResponse, type WsperResponseMeta, WsperScraper, type WsperScraperConfig, type WwCharResult, WwCharScraper, type WwCharScraperOptions, YouTubeScraper, type YouTubeScraperOptions, type YoutubeAudioExtractResult, type YoutubeAudioFormat, type YoutubeAudioFormatId, type YoutubeBasicInfo, type YoutubeChannel, type YoutubeChannelData, type YoutubeDownloadInfo, type YoutubeDownloadResult, type YoutubePlaylistData, type YoutubeSearchResult, type YoutubeStats, type YoutubeThumbnail, type YoutubeUploader, type YoutubeVideoFormat, type YoutubeVideoMetadata, type YtDlpChannel, type YtDlpOptions, type YtDlpStats, type YtDlpUploader, applyBlur, assertNonEmptyString, assertSafeHttpUrl, bratGenerator, buildLayout, buildPlatformHeaders, buildSteps, buildYtDlpSearchQuery, calcAutoFontSize, chartGenerator, clampInteger, convertImage, createErrorResponse, createSpotifyAuthUrl, createSuccessResponse, defaultWarning, demoAnalyticsData, downloadWithYtDlp, drawLayout, enrichTrackWithYtDlp, exchangeSpotifyCodeForToken, exportGif, exportImage, exportJson, exportVideo, extractSpotifyId, extractStatusCode, generateAnalyticsStatsImage, generateBrat, generateChartImage, getAnalyticsChartModels, getDefaultBrowserHeaderProfile, getDefaultUserAgent, getHtmlToJpgDownloadUrl, getRandomBrowserHeaderProfile, getRandomUserAgent, gifToMp4, gifToWebm, imageToSticker, imagesToSticker, isRetryableHttpError, makeCanvas, measureText, mp4ToGif, normalizeConfig, normalizePathfinderTrack, normalizeUrl, normalizeYtDlpDownload, normalizeYtDlpExternalSource, parseAlkitabSearchHtml, parseAndroid1Results, parseAnimeQuoteDetailHtml, parseAnimeQuoteFeedHtml, parseAptoideResults, parseBMKGEarthquakeFeed, parseBMKGForecastXml, parseBMKGNowcasting, parseBiliBiliPlayUrlResponse, parseBiliBiliSearchResponse, parseBiliBiliViewResponse, parseCapCutResolverResponse, parseCuacaSearchLocations, parseCuacaWarning, parseCuacaWeather, parseDrakorDetailHtml, parseDrakorListHtml, parseDramaboxSearchHtml, parseEzgifOutputUrl, parseEzgifUploadForm, parseFaceswapCreateResponse, parseFaceswapPollResponse, parseHokInfoHtml, parseHtmlToJpgCreateJobResponse, parseHtmlToJpgTasks, parseIkiruMangaSearchHtml, parseImgUpscalerStatusResponse, parseImgUpscalerUploadResponse, parseKomikindoDetailHtml, parseKomikindoSearchHtml, parseLyricsDetailHtml, parseLyricsSearchHtml, parseMConverterPollResponse, parseMConverterTargets, parseMConverterUploadResponse, parseMcAddonDetailHtml, parseMcAddonSearchHtml, parseMediafireHtml, parseModyoloResults, parseNpmPackage, parseOcrResultHtml, parseOcrUploadHtml, parsePhotoAiCheckResponse, parsePhotoAiUploadResponse, parsePlayStoreSearchHtml, parseResepSearchHtml, parseSafebooruSearchResponse, parseSakuraNovelChapterHtml, parseSakuraNovelDetailHtml, parseSakuraNovelSearchHtml, parseTopAnimeHtml, parseUguuUploadResponse, parseUpscalerCreateResponse, parseUpscalerResultResponse, parseUptodownResults, parseVideyUploadResponse, parseWallpaperSearchHtml, parseWwCharHtml, refreshSpotifyAccessToken, renderAnimationFrame, renderBackground, renderFrame, resolveUrl, safeFileName, searchYtDlpByTrack, sleep, toWwCharSlug, totalCharCount, totalLineCount, totalWordCount, wrapText, zenFetchSource, zenWafSession };
2794
+ interface BinaryResolverOptions {
2795
+ pythonPath?: string;
2796
+ }
2797
+ interface ParsedCommand {
2798
+ command: string;
2799
+ prefixArgs: string[];
2800
+ }
2801
+ declare function parseCommandString(cmd: string): ParsedCommand;
2802
+ declare function resolveYtDlp(override?: string, options?: BinaryResolverOptions): Promise<string>;
2803
+ declare function resolveFfmpeg(override?: string, options?: BinaryResolverOptions): Promise<string>;
2804
+ declare function resolveFfprobe(override?: string, options?: BinaryResolverOptions): Promise<string>;
2805
+ interface ResolvedBinaries {
2806
+ ytdlpPath: string;
2807
+ ffmpegPath: string;
2808
+ ffprobePath: string;
2809
+ }
2810
+ declare function resolveAllBinaries(overrides?: Partial<ResolvedBinaries>, options?: BinaryResolverOptions): Promise<ResolvedBinaries>;
2811
+
2812
+ export { ANALYTICS_CHART_MODELS, ANALYTICS_CHART_MODEL_NAMES, ANIME_CHARACTERS, AlkitabScraper, type AlkitabScraperOptions, type AlkitabVerse, type AnalyticsChartModel, type AnalyticsChartModelName, type AnalyticsChartVariant, type AnalyticsImageOptions, type AnalyticsTheme, type Android1Item, type Android1Result, type AnimationConfig, type AnimationDirection, type AnimationMode, type AnimationStep, type AnimeCharacter, type AnimeQuoteItem, AnimeQuoteScraper, type AnimeQuoteScraperOptions, type AnimeRandomResult, AnimeRandomScraper, type AnimeRandomScraperOptions, type AptoideItem, type AptoideResult, type BMKGBaseUrls, type BMKGEarthquake, type BMKGEarthquakeFeed, type BMKGForecast, type BMKGNowcasting, BMKGScraper, type BMKGScraperOptions, type BMKGShakemapDownload, BMKG_DEFAULT_BASE_URLS, BMKG_PROVINCE_CODES, BMKG_QUEUE_DEFAULTS, type BackgroundConfig, type BackgroundLinearConfig, type BackgroundRadialConfig, type BackgroundSolidConfig, BiliBiliScraper, type BiliBiliScraperOptions, type BiliBiliSearchItem, type BiliBiliSearchResult, type BiliBiliVideoInfo, type BiliBiliVideoStream, type BinaryResolverOptions, type BratConfig, BratGenerator, type BratResult, type BrowserHeaderProfile, CANVAS_PRESETS, CUACA_CITY_COORDS, CUACA_DEFAULT_BASE_URLS, CUACA_QUEUE_DEFAULTS, CUACA_WIND_DIRECTIONS, type CanvasConfig, type CanvasPreset, type CapCutDownloadResult, CapCutScraper, type CapCutScraperOptions, ChartGenerator, type ConvertOptions, CredentialsManager, type CuacaBaseUrls, type CuacaResult, CuacaScraper, type CuacaScraperOptions, type CuacaSearchResult, type CuacaWarningInfo, DEFAULT_ANIMATION, DEFAULT_CANVAS, DEFAULT_PADDING, DEFAULT_TEXT, type DownloadAudioFormat, DownloadError, type DownloadMetadata, type DownloadOptions, type DownloadResult, Downloader, type DrakorArtist, type DrakorDetail, type DrakorEpisode, type DrakorGenre, type DrakorItem, type DrakorList, type DrakorPagination, DrakorScraper, type DrakorScraperOptions, type DramaboxListItem, type DramaboxResult, DramaboxScraper, type DramaboxScraperOptions, type ExternalSource, FFMPEG_PATH, type FaceswapResult, FaceswapScraper, type FaceswapScraperOptions, type GifOutputConfig, type HokInfoResult, HokInfoScraper, type HokInfoScraperOptions, HtmlMetadataParser, type HtmlToJpgPageOrientation, type HtmlToJpgPageSize, type HtmlToJpgResult, HtmlToJpgScraper, type HtmlToJpgScraperOptions, type HtmlToJpgTask, type HtmlToJpgUploadForm, HttpClient, HttpError, type HttpErrorOptions, type HttpOptions, type HttpRequestOptions, type HttpResponse, type IkiruMangaItem, type IkiruMangaResult, IkiruMangaScraper, type IkiruMangaScraperOptions, type ImageOutputConfig, type ImagePost, ImageScraper, type ImageScraperOptions, type ImageSearchOptions, type ImageSearchResult, type ImageSiteName, type ImgUpscalerResult, type ImgUpscalerScale, ImgUpscalerScraper, type ImgUpscalerScraperOptions, type InstagramCarouselItem, type InstagramDownloadAsset, type InstagramDownloadPostInput, type InstagramDownloadProfileInput, type InstagramDownloadResult, type InstagramFeed, type InstagramFeedOptions, type InstagramMediaItem, type InstagramProfile, type InstagramProfileWithFeed, InstagramScraper, type InstagramScraperOptions, JsonParser, type KomikindoDetail, KomikindoScraper, type KomikindoScraperOptions, type KomikindoSearchItem, type LineLayout, type LinearGradientDirection, type LogLevel, type LyricsResult, LyricsScraper, type LyricsScraperOptions, type MConverterConvertResult, MConverterScraper, type MConverterScraperOptions, type MConverterTarget, type MConverterTargetsResult, type MaybePromise, type McAddonDetail, type McAddonResult, McAddonScraper, type McAddonScraperOptions, type McAddonSearchItem, type MediafireResult, MediafireScraper, type MediafireScraperOptions, ModAndroidScraper, type ModAndroidScraperOptions, type ModAndroidSearchResult, type ModyoloItem, type ModyoloResult, type MonthlyChartStyle, type MonthlyPoint, type NormalizedAnimation, type NormalizedBratConfig, type NormalizedPadding, type NormalizedSpotifyAlbum, type NormalizedSpotifyAlbumTrack, type NormalizedSpotifyArtist, type NormalizedSpotifyPlaylist, type NormalizedSpotifyPlaylistTrackItem, type NormalizedSpotifyTrack, type NpmCollaborator, type NpmInfoItem, type NpmPackage, type Nullable, type OcrScanResult, OcrScraper, type OcrScraperOptions, type Optional, type OutputConfig, PLATFORM_DEFAULT_HEADERS, type PaddingConfig, ParseError, type ParsedCommand, type ParsedHtmlMetadata, type PhotoAiCheckResult, PhotoAiScraper, type PhotoAiScraperOptions, type PhotoAiUploadResult, type PinterestBoard, type PinterestDownloadAsset, type PinterestDownloadPinInput, type PinterestDownloadResult, type PinterestImageVariant, type PinterestMedia, type PinterestPageInfo, type PinterestPin, PinterestScraper, type PinterestScraperOptions, type PinterestSearchOptions, type PinterestSearchResult, type PinterestStats, type PinterestStoryBlock, type PinterestStoryPage, type PinterestUser, type PinterestVideoVariant, type PlayStoreApp, PlayStoreScraper, type PlayStoreScraperOptions, type QueueOptions, type RadialGradientPosition, type RenderFrame, RequestQueue, type ResepItem, ResepScraper, type ResepScraperOptions, type ResolvedBinaries, type ResolvedSpotifyCredentials, type SakuraNovelChapterContent, type SakuraNovelChapterItem, type SakuraNovelDetail, SakuraNovelScraper, type SakuraNovelScraperOptions, type SakuraNovelSearchItem, ScraperError, type ScraperOptions, type SelectedDownload, type SpotifyCredentialSource, type SpotifyCredentialsConfig, type SpotifyDownloadAsset, type SpotifyDownloadAudioFormat, type SpotifyDownloadPostInput, type SpotifyDownloadProfileInput, type SpotifyDownloadResult, type SpotifyEntityType, type SpotifyExtracted, type SpotifyImage, type SpotifyOAuthToken, SpotifyScraper, type SpotifyScraperOptions, type SpotifySearchResult, type SpotifyTrackMeta, StalkScraper, type StalkScraperOptions, type StickerConfig, type StickerTextOptions, type StylePreset, type TextAlign, type TextConfig, type ThreadsBioLink, type ThreadsCaption, type ThreadsDownloadAsset, type ThreadsDownloadPostInput, type ThreadsDownloadProfileInput, type ThreadsDownloadResult, type ThreadsMedia, type ThreadsMediaCandidate, type ThreadsMediaItem, type ThreadsPageInfo, type ThreadsPost, type ThreadsPostInput, type ThreadsProfile, ThreadsScraper, type ThreadsScraperOptions, type ThreadsSearchOptions, type ThreadsSearchResult, type ThreadsStats, type ThreadsTopic, type ThreadsUser, type ThreadsVideoVersion, type Timestamped, type TopAnimeItem, TopAnimeScraper, type TopAnimeScraperOptions, type TwitterCursor, type TwitterDownloadAsset, type TwitterDownloadProfileInput, type TwitterDownloadResult, type TwitterDownloadTweetInput, type TwitterEntities, type TwitterEntityUrl, type TwitterHashtag, type TwitterMedia, type TwitterMention, type TwitterPageInfo, type TwitterProfileDownloadAsset, type TwitterProfileDownloadResult, TwitterScraper, type TwitterScraperOptions, type TwitterSearchOptions, type TwitterSearchResult, type TwitterTweet, type TwitterTweetDetail, type TwitterTweetInput, type TwitterTweetStats, type TwitterUser, type TwitterUserSearchResult, type TwitterUserTimeline, type TwitterUserTimelineInput, type TwitterVideoInfo, type TwitterVideoVariant, UguuScraper, type UguuScraperOptions, type UguuUploadResult, type UpscalerResult, UpscalerScraper, type UpscalerScraperOptions, type UptodownItem, type UptodownResult, ValidationError, type VideoOutputConfig, VideyScraper, type VideyScraperOptions, type VideyUploadResult, type WallpaperItem, type WallpaperResult, WallpaperScraper, type WallpaperScraperOptions, type Webp2Mp4Result, Webp2Mp4Scraper, type Webp2Mp4ScraperOptions, type Webp2Mp4Source, type WeeklyChartStyle, type WeeklyPoint, type WordPos, type WsperCredentials, WsperError, type WsperErrorOptions, type WsperErrorPayload, WsperLogger, type WsperPlatform, type WsperPlatformCredentialsConfig, type WsperResponse, type WsperResponseMeta, WsperScraper, type WsperScraperConfig, type WwCharResult, WwCharScraper, type WwCharScraperOptions, YouTubeScraper, type YouTubeScraperOptions, type YoutubeAudioExtractResult, type YoutubeAudioFormat, type YoutubeAudioFormatId, type YoutubeBasicInfo, type YoutubeChannel, type YoutubeChannelData, type YoutubeDownloadInfo, type YoutubeDownloadResult, type YoutubePlaylistData, type YoutubeSearchResult, type YoutubeStats, type YoutubeThumbnail, type YoutubeUploader, type YoutubeVideoFormat, type YoutubeVideoMetadata, type YtDlpChannel, type YtDlpOptions, type YtDlpStats, type YtDlpUploader, applyBlur, assertNonEmptyString, assertSafeHttpUrl, bratGenerator, buildLayout, buildPlatformHeaders, buildSteps, buildYtDlpSearchQuery, calcAutoFontSize, chartGenerator, clampInteger, convertImage, createErrorResponse, createSpotifyAuthUrl, createSuccessResponse, defaultWarning, demoAnalyticsData, downloadWithYtDlp, drawLayout, enrichTrackWithYtDlp, exchangeSpotifyCodeForToken, exportGif, exportImage, exportJson, exportVideo, extractSpotifyId, extractStatusCode, generateAnalyticsStatsImage, generateBrat, generateChartImage, getAnalyticsChartModels, getDefaultBrowserHeaderProfile, getDefaultUserAgent, getHtmlToJpgDownloadUrl, getRandomBrowserHeaderProfile, getRandomUserAgent, gifToMp4, gifToWebm, imageToSticker, imagesToSticker, isRetryableHttpError, makeCanvas, measureText, mp4ToGif, normalizeConfig, normalizePathfinderTrack, normalizeUrl, normalizeYtDlpDownload, normalizeYtDlpExternalSource, parseAlkitabSearchHtml, parseAndroid1Results, parseAnimeQuoteDetailHtml, parseAnimeQuoteFeedHtml, parseAptoideResults, parseBMKGEarthquakeFeed, parseBMKGForecastXml, parseBMKGNowcasting, parseBiliBiliPlayUrlResponse, parseBiliBiliSearchResponse, parseBiliBiliViewResponse, parseCapCutResolverResponse, parseCommandString, parseCuacaSearchLocations, parseCuacaWarning, parseCuacaWeather, parseDrakorDetailHtml, parseDrakorListHtml, parseDramaboxSearchHtml, parseEzgifOutputUrl, parseEzgifUploadForm, parseFaceswapCreateResponse, parseFaceswapPollResponse, parseHokInfoHtml, parseHtmlToJpgCreateJobResponse, parseHtmlToJpgTasks, parseIkiruMangaSearchHtml, parseImgUpscalerStatusResponse, parseImgUpscalerUploadResponse, parseKomikindoDetailHtml, parseKomikindoSearchHtml, parseLyricsResponse, parseMConverterPollResponse, parseMConverterTargets, parseMConverterUploadResponse, parseMcAddonDetailHtml, parseMcAddonSearchHtml, parseMediafireHtml, parseModyoloResults, parseNpmPackage, parseOcrResultHtml, parseOcrUploadHtml, parsePhotoAiCheckResponse, parsePhotoAiUploadResponse, parsePlayStoreSearchHtml, parseResepSearchHtml, parseSafebooruSearchResponse, parseSakuraNovelChapterHtml, parseSakuraNovelDetailHtml, parseSakuraNovelSearchHtml, parseTopAnimeHtml, parseUguuUploadResponse, parseUpscalerCreateResponse, parseUpscalerResultResponse, parseUptodownResults, parseVideyUploadResponse, parseWallpaperSearchJson, parseWwCharHtml, refreshSpotifyAccessToken, renderAnimationFrame, renderBackground, renderFrame, resolveAllBinaries, resolveFfmpeg, resolveFfprobe, resolveUrl, resolveYtDlp, safeFileName, searchYtDlpByTrack, sleep, toWwCharSlug, totalCharCount, totalLineCount, totalWordCount, wrapText, zenFetchSource, zenWafSession };