update docs/configuration.rst

pull/3460/head
Mike Fährmann 2 years ago
parent 2d7d80d302
commit 73ab5d84c0
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -58,7 +58,8 @@ option (see the example below).
extractor.*.filename extractor.*.filename
-------------------- --------------------
Type Type
``string`` or ``object`` * ``string``
* ``object``
Example Example
* .. code:: json * .. code:: json
@ -115,7 +116,8 @@ Description
extractor.*.directory extractor.*.directory
--------------------- ---------------------
Type Type
``list`` of ``strings`` or ``object`` * ``list`` of ``strings``
* ``object``
Example Example
* .. code:: json * .. code:: json
@ -165,7 +167,8 @@ Description
extractor.*.parent-metadata extractor.*.parent-metadata
--------------------------- ---------------------------
Type Type
``bool`` or ``string`` * ``bool``
* ``string``
Default Default
``false`` ``false``
Description Description
@ -197,7 +200,8 @@ Description
extractor.*.path-restrict extractor.*.path-restrict
------------------------- -------------------------
Type Type
``string`` or ``object`` * ``string``
* ``object``
Default Default
``"auto"`` ``"auto"``
Example Example
@ -295,7 +299,8 @@ Description
extractor.*.skip extractor.*.skip
---------------- ----------------
Type Type
``bool`` or ``string`` * ``bool``
* ``string``
Default Default
``true`` ``true``
Description Description
@ -410,9 +415,9 @@ Description
extractor.*.cookies extractor.*.cookies
------------------- -------------------
Type Type
|Path|_ or ``object`` or ``list`` * |Path|_
Default * ``object``
``null`` * ``list``
Description Description
Source to read additional cookies from. This can be Source to read additional cookies from. This can be
@ -453,7 +458,7 @@ Type
Default Default
``true`` ``true``
Description Description
If `extractor.*.cookies`_ specifies the |Path|_ to a cookies.txt If `extractor.*.cookies`_ specifies the |Path|_ of a cookies.txt
file and it can be opened and parsed without errors, file and it can be opened and parsed without errors,
update its contents with cookies received during data extraction. update its contents with cookies received during data extraction.
@ -461,7 +466,8 @@ Description
extractor.*.proxy extractor.*.proxy
----------------- -----------------
Type Type
``string`` or ``object`` * ``string``
* ``object``
Default Default
``null`` ``null``
Description Description
@ -485,8 +491,8 @@ Description
"http://10.20.1.128": "http://10.10.1.10:5323" "http://10.20.1.128": "http://10.10.1.10:5323"
} }
Note: All proxy URLs should include a scheme, Note: If a proxy URLs does not include a scheme,
otherwise ``http://`` is assumed. ``http://`` is assumed.
extractor.*.source-address extractor.*.source-address
@ -516,8 +522,9 @@ Description
Setting this value to ``"browser"`` will try to automatically detect Setting this value to ``"browser"`` will try to automatically detect
and use the User-Agent used by the system's default browser. and use the User-Agent used by the system's default browser.
Note: This option has no effect on `pixiv` extractors, Note: This option has no effect on
as these need specific values to function correctly. `pixiv`, `e621`, and `mangadex`
extractors, as these need specific values to function correctly.
extractor.*.browser extractor.*.browser
@ -773,7 +780,8 @@ Description
extractor.*.verify extractor.*.verify
------------------ ------------------
Type Type
``bool`` or ``string`` * ``bool``
* ``string``
Default Default
``true`` ``true``
Description Description
@ -818,7 +826,7 @@ Example
* ``"10-20"`` * ``"10-20"``
* ``"-5, 10, 30-50, 100-"`` * ``"-5, 10, 30-50, 100-"``
Description Description
Index-range(s) specifying which images to download. Index range(s) specifying which images to download.
Note: The index of the first image is ``1``. Note: The index of the first image is ``1``.
@ -829,7 +837,7 @@ Type
``string`` ``string``
Description Description
Like `image-range <extractor.*.image-range_>`__, Like `image-range <extractor.*.image-range_>`__,
but applies to delegated URLs like manga-chapters, etc. but applies to delegated URLs like manga chapters, etc.
extractor.*.image-filter extractor.*.image-filter
@ -855,7 +863,7 @@ Example
* ``"language == 'French' and 10 <= chapter < 20"`` * ``"language == 'French' and 10 <= chapter < 20"``
Description Description
Like `image-filter <extractor.*.image-filter_>`__, Like `image-filter <extractor.*.image-filter_>`__,
but applies to delegated URLs like manga-chapters, etc. but applies to delegated URLs like manga chapters, etc.
extractor.*.image-unique extractor.*.image-unique
@ -877,7 +885,7 @@ Default
``false`` ``false``
Description Description
Like `image-unique <extractor.*.image-unique_>`__, Like `image-unique <extractor.*.image-unique_>`__,
but applies to delegated URLs like manga-chapters, etc. but applies to delegated URLs like manga chapters, etc.
extractor.*.date-format extractor.*.date-format
@ -892,6 +900,11 @@ Description
See |strptime|_ for a list of formatting directives. See |strptime|_ for a list of formatting directives.
Note: Despite its name, this option does **not** control how
``{date}`` metadata fields are formatted.
To use a different formatting for those values other than the default
``%Y-%m-%d %H:%M:%S``, put |strptime|_ formatting directives
after a colon ``:``, for example ``{date:%Y%m%d}``.
Extractor-specific Options Extractor-specific Options
@ -946,7 +959,7 @@ Description
extractor.bbc.width extractor.bbc.width
------------------- -------------------
Type Type
``int`` ``integer``
Default Default
``1920`` ``1920``
Description Description
@ -1001,13 +1014,14 @@ Default
Description Description
Extract additional metadata (notes, artist commentary, parent, children) Extract additional metadata (notes, artist commentary, parent, children)
Note: This requires 1 additional HTTP request for each post. Note: This requires 1 additional HTTP request per post.
extractor.danbooru.threshold extractor.danbooru.threshold
---------------------------- ----------------------------
Type Type
``string`` or ``int`` * ``string``
* ``integer``
Default Default
``"auto"`` ``"auto"``
Description Description
@ -1153,11 +1167,13 @@ Description
extractor.deviantart.include extractor.deviantart.include
---------------------------- ----------------------------
Type Type
``string`` or ``list`` of ``strings`` * ``string``
* ``list`` of ``strings``
Default Default
``"gallery"`` ``"gallery"``
Example Example
``"favorite,journal,scraps"`` or ``["favorite", "journal", "scraps"]`` * ``"favorite,journal,scraps"``
* ``["favorite", "journal", "scraps"]``
Description Description
A (comma-separated) list of subcategories to include A (comma-separated) list of subcategories to include
when processing a user profile. when processing a user profile.
@ -1165,7 +1181,7 @@ Description
Possible values are Possible values are
``"gallery"``, ``"scraps"``, ``"journal"``, ``"favorite"``. ``"gallery"``, ``"scraps"``, ``"journal"``, ``"favorite"``.
You can use ``"all"`` instead of listing all values separately. It is possible to use ``"all"`` instead of listing all values separately.
extractor.deviantart.journals extractor.deviantart.journals
@ -1210,7 +1226,8 @@ Description
extractor.deviantart.original extractor.deviantart.original
----------------------------- -----------------------------
Type Type
``bool`` or ``string`` * ``bool``
* ``string``
Default Default
``true`` ``true``
Description Description
@ -1325,7 +1342,8 @@ Description
extractor.fanbox.embeds extractor.fanbox.embeds
----------------------- -----------------------
Type Type
``bool`` or ``string`` * ``bool``
* ``string``
Default Default
``true`` ``true``
Description Description
@ -1362,7 +1380,8 @@ Description
extractor.flickr.size-max extractor.flickr.size-max
-------------------------- --------------------------
Type Type
``integer`` or ``string`` * ``integer``
* ``string``
Default Default
``null`` ``null``
Description Description
@ -1401,11 +1420,13 @@ Description
extractor.furaffinity.include extractor.furaffinity.include
----------------------------- -----------------------------
Type Type
``string`` or ``list`` of ``strings`` * ``string``
* ``list`` of ``strings``
Default Default
``"gallery"`` ``"gallery"``
Example Example
``"scraps,favorite"`` or ``["scraps", "favorite"]`` * ``"scraps,favorite"``
* ``["scraps", "favorite"]``
Description Description
A (comma-separated) list of subcategories to include A (comma-separated) list of subcategories to include
when processing a user profile. when processing a user profile.
@ -1413,7 +1434,7 @@ Description
Possible values are Possible values are
``"gallery"``, ``"scraps"``, ``"favorite"``. ``"gallery"``, ``"scraps"``, ``"favorite"``.
You can use ``"all"`` instead of listing all values separately. It is possible to use ``"all"`` instead of listing all values separately.
extractor.furaffinity.layout extractor.furaffinity.layout
@ -1456,8 +1477,8 @@ Description
extractor.gfycat.format extractor.gfycat.format
----------------------- -----------------------
Type Type
* ``list`` of ``strings``
* ``string`` * ``string``
* ``list`` of ``strings``
Default Default
``["mp4", "webm", "mobile", "gif"]`` ``["mp4", "webm", "mobile", "gif"]``
Description Description
@ -1512,11 +1533,13 @@ Description
extractor.hentaifoundry.include extractor.hentaifoundry.include
------------------------------- -------------------------------
Type Type
``string`` or ``list`` of ``strings`` * ``string``
* ``list`` of ``strings``
Default Default
``"pictures"`` ``"pictures"``
Example Example
``"scraps,stories"`` or ``["scraps", "stories"]`` * ``"scraps,stories"``
* ``["scraps", "stories"]``
Description Description
A (comma-separated) list of subcategories to include A (comma-separated) list of subcategories to include
when processing a user profile. when processing a user profile.
@ -1524,7 +1547,7 @@ Description
Possible values are Possible values are
``"pictures"``, ``"scraps"``, ``"stories"``, ``"favorite"``. ``"pictures"``, ``"scraps"``, ``"stories"``, ``"favorite"``.
You can use ``"all"`` instead of listing all values separately. It is possible to use ``"all"`` instead of listing all values separately.
extractor.hitomi.format extractor.hitomi.format
@ -1545,7 +1568,8 @@ Description
extractor.imgur.mp4 extractor.imgur.mp4
------------------- -------------------
Type Type
``bool`` or ``string`` * ``bool``
* ``string``
Default Default
``true`` ``true``
Description Description
@ -1586,11 +1610,13 @@ Description
extractor.instagram.include extractor.instagram.include
--------------------------- ---------------------------
Type Type
``string`` or ``list`` of ``strings`` * ``string``
* ``list`` of ``strings``
Default Default
``"posts"`` ``"posts"``
Example Example
``"stories,highlights,posts"`` or ``["stories", "highlights", "posts"]`` * ``"stories,highlights,posts"``
* ``["stories", "highlights", "posts"]``
Description Description
A (comma-separated) list of subcategories to include A (comma-separated) list of subcategories to include
when processing a user profile. when processing a user profile.
@ -1603,7 +1629,7 @@ Description
``"highlights"``, ``"highlights"``,
``"avatar"``. ``"avatar"``.
You can use ``"all"`` instead of listing all values separately. It is possible to use ``"all"`` instead of listing all values separately.
extractor.instagram.previews extractor.instagram.previews
@ -1645,6 +1671,8 @@ Default
Description Description
Extract ``comments`` metadata. Extract ``comments`` metadata.
Note: This requires 1 additional HTTP request per post.
extractor.kemonoparty.duplicates extractor.kemonoparty.duplicates
-------------------------------- --------------------------------
@ -1786,7 +1814,7 @@ Type
Example Example
``"en"`` ``"en"``
Description Description
`ISO 639-1 <https://en.wikipedia.org/wiki/ISO_639-1>`_ language code `ISO 639-1 <https://en.wikipedia.org/wiki/ISO_639-1>`__ language code
to filter chapters by. to filter chapters by.
@ -1869,11 +1897,13 @@ Description
extractor.newgrounds.include extractor.newgrounds.include
---------------------------- ----------------------------
Type Type
``string`` or ``list`` of ``strings`` * ``string``
* ``list`` of ``strings``
Default Default
``"art"`` ``"art"``
Example Example
``"movies,audio"`` or ``["movies", "audio"]`` * ``"movies,audio"``
* ``["movies", "audio"]``
Description Description
A (comma-separated) list of subcategories to include A (comma-separated) list of subcategories to include
when processing a user profile. when processing a user profile.
@ -1881,13 +1911,14 @@ Description
Possible values are Possible values are
``"art"``, ``"audio"``, ``"games"``, ``"movies"``. ``"art"``, ``"audio"``, ``"games"``, ``"movies"``.
You can use ``"all"`` instead of listing all values separately. It is possible to use ``"all"`` instead of listing all values separately.
extractor.nijie.include extractor.nijie.include
----------------------- -----------------------
Type Type
``string`` or ``list`` of ``strings`` * ``string``
* ``list`` of ``strings``
Default Default
``"illustration,doujin"`` ``"illustration,doujin"``
Description Description
@ -1897,7 +1928,7 @@ Description
Possible values are Possible values are
``"illustration"``, ``"doujin"``, ``"favorite"``, ``"nuita"``. ``"illustration"``, ``"doujin"``, ``"favorite"``, ``"nuita"``.
You can use ``"all"`` instead of listing all values separately. It is possible to use ``"all"`` instead of listing all values separately.
extractor.nitter.quoted extractor.nitter.quoted
@ -1923,7 +1954,8 @@ Description
extractor.nitter.videos extractor.nitter.videos
----------------------- -----------------------
Type Type
``bool`` or ``string`` * ``bool``
* ``string``
Default Default
``true`` ``true``
Description Description
@ -1978,7 +2010,7 @@ Default
Description Description
Port number to listen on during OAuth authorization. Port number to listen on during OAuth authorization.
Note: All redirects will go to http://localhost:6414/, regardless Note: All redirects will go to port ``6414``, regardless
of the port specified here. You'll have to manually adjust the of the port specified here. You'll have to manually adjust the
port number in your browser's address bar when using a different port number in your browser's address bar when using a different
port than the default. port than the default.
@ -2290,7 +2322,8 @@ Description
extractor.reddit.videos extractor.reddit.videos
----------------------- -----------------------
Type Type
``bool`` or ``string`` * ``bool``
* ``string``
Default Default
``true`` ``true``
Description Description
@ -2306,8 +2339,8 @@ Description
extractor.redgifs.format extractor.redgifs.format
------------------------ ------------------------
Type Type
* ``list`` of ``strings``
* ``string`` * ``string``
* ``list`` of ``strings``
Default Default
``["hd", "sd", "gif"]`` ``["hd", "sd", "gif"]``
Description Description
@ -2385,7 +2418,8 @@ Description
extractor.skeb.search.filters extractor.skeb.search.filters
----------------------------- -----------------------------
Type Type
``list`` or ``string`` * ``string``
* ``list`` of ``strings``
Default Default
``["genre:art", "genre:voice", "genre:novel", "genre:video", "genre:music", "genre:correction"]`` ``["genre:art", "genre:voice", "genre:novel", "genre:video", "genre:music", "genre:correction"]``
Example Example
@ -2488,7 +2522,8 @@ Description
extractor.tumblr.reblogs extractor.tumblr.reblogs
------------------------ ------------------------
Type Type
``bool`` or ``string`` * ``bool``
* ``string``
Default Default
``true`` ``true``
Description Description
@ -2501,18 +2536,20 @@ Description
extractor.tumblr.posts extractor.tumblr.posts
---------------------- ----------------------
Type Type
``string`` or ``list`` of ``strings`` * ``string``
* ``list`` of ``strings``
Default Default
``"all"`` ``"all"``
Example Example
``"video,audio,link"`` or ``["video", "audio", "link"]`` * ``"video,audio,link"``
* ``["video", "audio", "link"]``
Description Description
A (comma-separated) list of post types to extract images, etc. from. A (comma-separated) list of post types to extract images, etc. from.
Possible types are ``text``, ``quote``, ``link``, ``answer``, Possible types are ``text``, ``quote``, ``link``, ``answer``,
``video``, ``audio``, ``photo``, ``chat``. ``video``, ``audio``, ``photo``, ``chat``.
You can use ``"all"`` instead of listing all types separately. It is possible to use ``"all"`` instead of listing all types separately.
extractor.tumblr.fallback-delay extractor.tumblr.fallback-delay
@ -2565,7 +2602,8 @@ Description
extractor.twitter.cards extractor.twitter.cards
----------------------- -----------------------
Type Type
``bool`` or ``string`` * ``bool``
* ``string``
Default Default
``false`` ``false``
Description Description
@ -2797,7 +2835,8 @@ Description
extractor.twitter.videos extractor.twitter.videos
------------------------ ------------------------
Type Type
``bool`` or ``string`` * ``bool``
* ``string``
Default Default
``true`` ``true``
Description Description
@ -2873,7 +2912,7 @@ Default
Description Description
Extract additional metadata (tags, uploader) Extract additional metadata (tags, uploader)
Note: This requires 1 additional HTTP request for each post. Note: This requires 1 additional HTTP request per post.
extractor.weasyl.api-key extractor.weasyl.api-key
@ -2913,7 +2952,12 @@ Description
when processing a user profile. when processing a user profile.
Possible values are Possible values are
``"home"``, ``"feed"``, ``"videos"``, ``"newvideo"``, ``"article"``, ``"album"``. ``"home"``,
``"feed"``,
``"videos"``,
``"newvideo"``,
``"article"``,
``"album"``.
It is possible to use ``"all"`` instead of listing all values separately. It is possible to use ``"all"`` instead of listing all values separately.
@ -3064,7 +3108,7 @@ Default
Description Description
Extract additional metadata (date, md5, tags, ...) Extract additional metadata (date, md5, tags, ...)
Note: This requires 1-2 additional HTTP request for each post. Note: This requires 1-2 additional HTTP requests per post.
extractor.[booru].tags extractor.[booru].tags
@ -3077,7 +3121,7 @@ Description
Categorize tags by their respective types Categorize tags by their respective types
and provide them as ``tags_<type>`` metadata fields. and provide them as ``tags_<type>`` metadata fields.
Note: This requires 1 additional HTTP request for each post. Note: This requires 1 additional HTTP request per post.
extractor.[booru].notes extractor.[booru].notes
@ -3089,7 +3133,7 @@ Default
Description Description
Extract overlay notes (position and text). Extract overlay notes (position and text).
Note: This requires 1 additional HTTP request for each post. Note: This requires 1 additional HTTP request per post.
extractor.[manga-extractor].chapter-reverse extractor.[manga-extractor].chapter-reverse
@ -3230,7 +3274,7 @@ Description
downloader.*.timeout downloader.*.timeout
-------------------- --------------------
Type Type
``float`` or ``null`` ``float``
Default Default
`extractor.*.timeout`_ `extractor.*.timeout`_
Description Description
@ -3240,7 +3284,8 @@ Description
downloader.*.verify downloader.*.verify
------------------- -------------------
Type Type
``bool`` or ``string`` * ``bool``
* ``string``
Default Default
`extractor.*.verify`_ `extractor.*.verify`_
Description Description
@ -3250,12 +3295,14 @@ Description
downloader.*.proxy downloader.*.proxy
------------------ ------------------
Type Type
``string`` or ``object`` * ``string``
* ``object``
Default Default
`extractor.*.proxy`_ `extractor.*.proxy`_
Description Description
| Proxy server used for file downloads. Proxy server used for file downloads.
| Disable the use of a proxy by explicitly setting this option to ``null``.
Disable the use of a proxy by explicitly setting this option to ``null``.
downloader.http.adjust-extensions downloader.http.adjust-extensions
@ -3276,7 +3323,8 @@ Description
downloader.http.chunk-size downloader.http.chunk-size
-------------------------- --------------------------
Type Type
``integer`` or ``string`` * ``integer``
* ``string``
Default Default
``32768`` ``32768``
Example Example
@ -3522,7 +3570,8 @@ Description
output.progress output.progress
--------------- ---------------
Type Type
``bool`` or ``string`` * ``bool``
* ``string``
Default Default
``true`` ``true``
Description Description
@ -3540,11 +3589,12 @@ Description
output.log output.log
---------- ----------
Type Type
``string`` or |Logging Configuration|_ * ``string``
* |Logging Configuration|_
Default Default
``"[{name}][{levelname}] {message}"`` ``"[{name}][{levelname}] {message}"``
Description Description
Configuration for standard logging output to stderr. Configuration for logging output to stderr.
If this is a simple ``string``, it specifies If this is a simple ``string``, it specifies
the format string for logging messages. the format string for logging messages.
@ -3553,9 +3603,8 @@ Description
output.logfile output.logfile
-------------- --------------
Type Type
|Path|_ or |Logging Configuration|_ * |Path|_
Default * |Logging Configuration|_
``null``
Description Description
File to write logging output to. File to write logging output to.
@ -3563,9 +3612,8 @@ Description
output.unsupportedfile output.unsupportedfile
---------------------- ----------------------
Type Type
|Path|_ or |Logging Configuration|_ * |Path|_
Default * |Logging Configuration|_
``null``
Description Description
File to write external URLs unsupported by *gallery-dl* to. File to write external URLs unsupported by *gallery-dl* to.
@ -3687,7 +3735,8 @@ Description
exec.command exec.command
------------ ------------
Type Type
``string`` or ``list`` of ``strings`` * ``string``
* ``list`` of ``strings``
Example Example
* ``"convert {} {}.png && rm {}"`` * ``"convert {} {}.png && rm {}"``
* ``["echo", "{user[account]}", "{id}"]`` * ``["echo", "{user[account]}", "{id}"]``
@ -3855,7 +3904,8 @@ Description
metadata.content-format metadata.content-format
----------------------- -----------------------
Type Type
``string`` or ``list`` of ``strings`` * ``string``
* ``list`` of ``strings``
Example Example
* ``"tags:\n\n{tags:J\n}\n"`` * ``"tags:\n\n{tags:J\n}\n"``
* ``["tags:", "", "{tags:J\n}"]`` * ``["tags:", "", "{tags:J\n}"]``
@ -4310,8 +4360,8 @@ How To
* click "APPLY FOR A NON-COMMERCIAL KEY" * click "APPLY FOR A NON-COMMERCIAL KEY"
* fill out the form with a random name and description * fill out the form with a random name and description
and click "SUBMIT" and click "SUBMIT"
* copy ``Key`` and ``Secret`` and put them in your configuration * copy ``Key`` and ``Secret`` and put them in your configuration file
file as ``"api-key"`` and ``"api-secret"``
extractor.reddit.client-id & .user-agent extractor.reddit.client-id & .user-agent
@ -4327,8 +4377,9 @@ How To
"create app" "create app"
* copy the client id (third line, under your application's name and * copy the client id (third line, under your application's name and
"installed app") and put it in your configuration file "installed app") and put it in your configuration file
as ``"client-id"``
* use "``Python:<application name>:v1.0 (by /u/<username>)``" as * use "``Python:<application name>:v1.0 (by /u/<username>)``" as
user-agent and replace ``<application name>`` and ``<username>`` ``user-agent`` and replace ``<application name>`` and ``<username>``
accordingly (see Reddit's accordingly (see Reddit's
`API access rules <https://github.com/reddit/reddit/wiki/API>`__) `API access rules <https://github.com/reddit/reddit/wiki/API>`__)
@ -4345,6 +4396,7 @@ How To
* fill out the two checkboxes at the bottom and click "Apply" * fill out the two checkboxes at the bottom and click "Apply"
* copy ``API Key`` and ``API Secret`` * copy ``API Key`` and ``API Secret``
and put them in your configuration file and put them in your configuration file
as ``"api-key"`` and ``"api-secret"``
extractor.tumblr.api-key & .api-secret extractor.tumblr.api-key & .api-secret
@ -4362,6 +4414,7 @@ How To
* click "Show secret key" (below "OAuth Consumer Key") * click "Show secret key" (below "OAuth Consumer Key")
* copy your ``OAuth Consumer Key`` and ``Secret Key`` * copy your ``OAuth Consumer Key`` and ``Secret Key``
and put them in your configuration file and put them in your configuration file
as ``"api-key"`` and ``"api-secret"``
@ -4582,8 +4635,8 @@ Description
.. _mature_content: https://www.deviantart.com/developers/http/v1/20160316/object/deviation .. _mature_content: https://www.deviantart.com/developers/http/v1/20160316/object/deviation
.. _Authentication: https://github.com/mikf/gallery-dl#authentication .. _Authentication: https://github.com/mikf/gallery-dl#authentication
.. _OAuth: https://github.com/mikf/gallery-dl#oauth .. _OAuth: https://github.com/mikf/gallery-dl#oauth
.. _format string: https://github.com/mikf/gallery-dl/blob/master/docs/formatting.md .. _format string: formatting.md
.. _format strings: https://github.com/mikf/gallery-dl/blob/master/docs/formatting.md .. _format strings: formatting.md
.. _youtube-dl: https://github.com/ytdl-org/youtube-dl .. _youtube-dl: https://github.com/ytdl-org/youtube-dl
.. _requests.request(): https://requests.readthedocs.io/en/master/api/#requests.request .. _requests.request(): https://requests.readthedocs.io/en/master/api/#requests.request
.. _timeout: https://requests.readthedocs.io/en/master/user/advanced/#timeouts .. _timeout: https://requests.readthedocs.io/en/master/user/advanced/#timeouts

@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as # it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation. # published by the Free Software Foundation.
__version__ = "1.24.2" __version__ = "1.24.3-dev"

Loading…
Cancel
Save