Skip to content

options

This file contains types for spotdl/downloader/web modules. Options types have all the fields marked as required. Settings types have all the fields marked as optional.

DownloaderOptionalOptions ¤

Bases: TypedDict

Options used for initializing the Downloader.

DownloaderOptions ¤

Bases: TypedDict

Options used for initializing the Downloader.

SpotDLOptionalOptions ¤

Bases: SpotifyOptionalOptions, DownloaderOptionalOptions, WebOptionalOptions

Options used for initializing the SpotDL client. This type is modified to not require all the fields.

SpotDLOptions ¤

Bases: SpotifyOptions, DownloaderOptions, WebOptions

Options used for initializing the SpotDL client.

SpotifyOptionalOptions ¤

Bases: TypedDict

Options used for initializing the Spotify client.

SpotifyOptions ¤

Bases: TypedDict

Options used for initializing the Spotify client.

WebOptionalOptions ¤

Bases: TypedDict

Options used for initializing the Web server.

WebOptions ¤

Bases: TypedDict

Options used for initializing the Web server.