aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2019-10-11 20:28:32 -0400
committerLibravatarUnit 193 <unit193@ubuntu.com>2019-10-11 20:28:32 -0400
commit40f5fe6edef268632d3bc484e85e5b37bad67bff (patch)
tree98817850b65f1d2877bd4ed63a3908f37d794f8d /docs
parent639d9ea4a667733aadc3ff83a1df2cc9f0add3a9 (diff)
New upstream version 1.10.6upstream/1.10.6
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.rst38
1 files changed, 20 insertions, 18 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst
index 6b4055e..0824390 100644
--- a/docs/configuration.rst
+++ b/docs/configuration.rst
@@ -1574,7 +1574,7 @@ cache.file
----------
=========== =====
Type |Path|_
-Default * |tempfile.gettempdir()|_ + ``".gallery-dl.cache"`` on Windows
+Default * |tempfile.gettempdir()|__ + ``".gallery-dl.cache"`` on Windows
* (``$XDG_CACHE_HOME`` or ``"~/.cache"``) + ``"/gallery-dl/cache.sqlite3"`` on all other platforms
Description Path of the SQLite3 database used to cache login sessions,
cookies and API tokens across `gallery-dl` invocations.
@@ -1583,6 +1583,8 @@ Description Path of the SQLite3 database used to cache login sessions,
this cache.
=========== =====
+__ gettempdir_
+
ciphers
-------
@@ -1848,20 +1850,20 @@ Description An object with the ``name`` of a post-processor and its options.
.. _date-format: `extractor.*.date-format`_
.. _deviantart.metadata: extractor.deviantart.metadata_
-.. _.netrc: https://stackoverflow.com/tags/.netrc/info
-.. _tempfile.gettempdir(): https://docs.python.org/3/library/tempfile.html#tempfile.gettempdir
-.. _requests.request(): https://docs.python-requests.org/en/master/api/#requests.request
-.. _timeout: https://docs.python-requests.org/en/latest/user/advanced/#timeouts
-.. _verify: https://docs.python-requests.org/en/master/user/advanced/#ssl-cert-verification
-.. _Last-Modified: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.29
-.. _`Requests' proxy documentation`: https://2.python-requests.org/en/master/user/advanced/#proxies
-.. _format string: https://docs.python.org/3/library/string.html#formatstrings
-.. _format strings: https://docs.python.org/3/library/string.html#formatstrings
-.. _strptime: https://docs.python.org/3/library/datetime.html#strftime-strptime-behavior
-.. _mature_content: https://www.deviantart.com/developers/http/v1/20160316/object/deviation
-.. _webbrowser.open(): https://docs.python.org/3/library/webbrowser.html
-.. _datetime: https://docs.python.org/3/library/datetime.html#datetime-objects
-.. _datetime.max: https://docs.python.org/3/library/datetime.html#datetime.datetime.max
-.. _Authentication: https://github.com/mikf/gallery-dl#authentication
-.. _OAuth: https://github.com/mikf/gallery-dl#oauth
-.. _youtube-dl: https://github.com/ytdl-org/youtube-dl
+.. _.netrc: https://stackoverflow.com/tags/.netrc/info
+.. _Last-Modified: https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.29
+.. _datetime: https://docs.python.org/3/library/datetime.html#datetime-objects
+.. _datetime.max: https://docs.python.org/3/library/datetime.html#datetime.datetime.max
+.. _format string: https://docs.python.org/3/library/string.html#formatstrings
+.. _format strings: https://docs.python.org/3/library/string.html#formatstrings
+.. _gettempdir: https://docs.python.org/3/library/tempfile.html#tempfile.gettempdir
+.. _strptime: https://docs.python.org/3/library/datetime.html#strftime-strptime-behavior
+.. _webbrowser.open(): https://docs.python.org/3/library/webbrowser.html
+.. _mature_content: https://www.deviantart.com/developers/http/v1/20160316/object/deviation
+.. _Authentication: https://github.com/mikf/gallery-dl#authentication
+.. _OAuth: https://github.com/mikf/gallery-dl#oauth
+.. _youtube-dl: https://github.com/ytdl-org/youtube-dl
+.. _requests.request(): https://requests.readthedocs.io/en/master/api/#requests.request
+.. _timeout: https://requests.readthedocs.io/en/master/user/advanced/#timeouts
+.. _verify: https://requests.readthedocs.io/en/master/user/advanced/#ssl-cert-verification
+.. _`Requests' proxy documentation`: https://requests.readthedocs.io/en/master/user/advanced/#proxies