Namespace: defaults

utils/options~defaults

A namespace containing all default options used by the application.

Since:
  • 2.0.0
Source:

Members

(static) DownloadOptions

Default options for download function.

Properties:
Name Type Default Description
cwd string "."
outDir string "."
convertAudio boolean false
converterOptions object {}
quiet boolean false
handler function
useCache boolean false
Source:

(static) GetInfoOptions

Default options for getInfo function.

Properties:
Name Type Default Description
useCache boolean true
asObject boolean false
verbose boolean false
Source: