[fansly] fix & improve format selection (#4401)

rename 'format' option to 'formats'
This commit is contained in:
Mike Fährmann
2025-09-08 22:18:52 +02:00
parent f6fcba4040
commit 5888bcbcf8
3 changed files with 27 additions and 21 deletions

View File

@@ -2811,16 +2811,14 @@ Description
`fanbox.comments <extractor.fanbox.comments_>`__
extractor.fansly.format
-----------------------
extractor.fansly.formats
------------------------
Type
``list`` of ``integers``
Default
``[303, 302, 1, 2, 4]``
``[1, 2, 3, 4, 302, 303]``
Description
Selects the file format to extract.
When more than one format is given, the first available one is selected.
List of file formats to consider during format selection.
extractor.fansly.token

View File

@@ -332,7 +332,7 @@
{
"token": "",
"format": [303, 302, 1, 2, 4]
"formats": [1, 2, 3, 4, 302, 303]
},
"flickr":
{