1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 02:32:33 +01:00

fix backticks for 'extractor.redgifs.format' docs

https://github.com/mikf/gallery-dl/issues/146#issuecomment-1518331927
This commit is contained in:
Mike Fährmann 2023-04-21 23:12:01 +02:00
parent 3fc2223893
commit b81ce381f0
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -1651,7 +1651,11 @@ Default
``["mp4", "webm", "mobile", "gif"]``
Description
List of names of the preferred animation format, which can be
``"mp4"``, ``"webm"``, ``"mobile"``, ``"gif"``, or ``"webp"``.
``"mp4"``,
``"webm"``,
``"mobile"``,
``"gif"``, or
``"webp"``.
If a selected format is not available, the next one in the list will be
tried until an available format is found.
@ -2602,7 +2606,12 @@ Default
``["hd", "sd", "gif"]``
Description
List of names of the preferred animation format, which can be
``"hd"``, ``"sd"``, `"gif"``, `"vthumbnail"``, `"thumbnail"``, or ``"poster"``.
``"hd"``,
``"sd"``,
``"gif"``,
``"thumbnail"``,
``"vthumbnail"``, or
``"poster"``.
If a selected format is not available, the next one in the list will be
tried until an available format is found.