{py:mod}abx_plugin_wget.config
:allowtitles:
Module Contents
Classes
:class: autosummary longtable
:align: left
* - {py:obj}`WgetConfig <abx_plugin_wget.config.WgetConfig>`
-
Data
:class: autosummary longtable
:align: left
* - {py:obj}`WGET_CONFIG <abx_plugin_wget.config.WGET_CONFIG>`
- ```{autodoc2-docstring} abx_plugin_wget.config.WGET_CONFIG
:summary:
```
API
:canonical: abx_plugin_wget.config.WgetConfig
Bases: {py:obj}`abx_spec_config.base_configset.BaseConfigSet`
````{py:attribute} SAVE_WGET
:canonical: abx_plugin_wget.config.WgetConfig.SAVE_WGET
:type: bool
:value: >
True
```{autodoc2-docstring} abx_plugin_wget.config.WgetConfig.SAVE_WGET
```
````
````{py:attribute} SAVE_WARC
:canonical: abx_plugin_wget.config.WgetConfig.SAVE_WARC
:type: bool
:value: >
True
```{autodoc2-docstring} abx_plugin_wget.config.WgetConfig.SAVE_WARC
```
````
````{py:attribute} USE_WGET
:canonical: abx_plugin_wget.config.WgetConfig.USE_WGET
:type: bool
:value: >
'Field(...)'
```{autodoc2-docstring} abx_plugin_wget.config.WgetConfig.USE_WGET
```
````
````{py:attribute} WGET_BINARY
:canonical: abx_plugin_wget.config.WgetConfig.WGET_BINARY
:type: str
:value: >
'Field(...)'
```{autodoc2-docstring} abx_plugin_wget.config.WgetConfig.WGET_BINARY
```
````
````{py:attribute} WGET_ARGS
:canonical: abx_plugin_wget.config.WgetConfig.WGET_ARGS
:type: typing.List[str]
:value: >
['--no-verbose', '--adjust-extension', '--convert-links', '--force-directories', '--backup-converted...
```{autodoc2-docstring} abx_plugin_wget.config.WgetConfig.WGET_ARGS
```
````
````{py:attribute} WGET_EXTRA_ARGS
:canonical: abx_plugin_wget.config.WgetConfig.WGET_EXTRA_ARGS
:type: typing.List[str]
:value: >
[]
```{autodoc2-docstring} abx_plugin_wget.config.WgetConfig.WGET_EXTRA_ARGS
```
````
````{py:attribute} SAVE_WGET_REQUISITES
:canonical: abx_plugin_wget.config.WgetConfig.SAVE_WGET_REQUISITES
:type: bool
:value: >
'Field(...)'
```{autodoc2-docstring} abx_plugin_wget.config.WgetConfig.SAVE_WGET_REQUISITES
```
````
````{py:attribute} WGET_RESTRICT_FILE_NAMES
:canonical: abx_plugin_wget.config.WgetConfig.WGET_RESTRICT_FILE_NAMES
:type: str
:value: >
'Field(...)'
```{autodoc2-docstring} abx_plugin_wget.config.WgetConfig.WGET_RESTRICT_FILE_NAMES
```
````
````{py:attribute} WGET_TIMEOUT
:canonical: abx_plugin_wget.config.WgetConfig.WGET_TIMEOUT
:type: int
:value: >
'Field(...)'
```{autodoc2-docstring} abx_plugin_wget.config.WgetConfig.WGET_TIMEOUT
```
````
````{py:attribute} WGET_CHECK_SSL_VALIDITY
:canonical: abx_plugin_wget.config.WgetConfig.WGET_CHECK_SSL_VALIDITY
:type: bool
:value: >
'Field(...)'
```{autodoc2-docstring} abx_plugin_wget.config.WgetConfig.WGET_CHECK_SSL_VALIDITY
```
````
````{py:attribute} WGET_USER_AGENT
:canonical: abx_plugin_wget.config.WgetConfig.WGET_USER_AGENT
:type: str
:value: >
'Field(...)'
```{autodoc2-docstring} abx_plugin_wget.config.WgetConfig.WGET_USER_AGENT
```
````
````{py:attribute} WGET_COOKIES_FILE
:canonical: abx_plugin_wget.config.WgetConfig.WGET_COOKIES_FILE
:type: typing.Optional[pathlib.Path]
:value: >
'Field(...)'
```{autodoc2-docstring} abx_plugin_wget.config.WgetConfig.WGET_COOKIES_FILE
```
````
````{py:method} validate()
:canonical: abx_plugin_wget.config.WgetConfig.validate
````
````{py:property} WGET_AUTO_COMPRESSION
:canonical: abx_plugin_wget.config.WgetConfig.WGET_AUTO_COMPRESSION
:type: bool
```{autodoc2-docstring} abx_plugin_wget.config.WgetConfig.WGET_AUTO_COMPRESSION
```
````
:canonical: abx_plugin_wget.config.WGET_CONFIG
:value: >
'WgetConfig(...)'
```{autodoc2-docstring} abx_plugin_wget.config.WGET_CONFIG
```
Last updated