[fansly] disable 'formats' check by default (#8757)
should allow downloading and selecting the highest resolution video format regardless of its 'type' / format code
This commit is contained in:
@@ -3130,6 +3130,8 @@ extractor.fansly.formats
|
||||
Type
|
||||
``list`` of ``integers``
|
||||
Default
|
||||
``null``
|
||||
Example
|
||||
``[1, 2, 3, 4, 302, 303]``
|
||||
Description
|
||||
List of file formats to consider during format selection.
|
||||
|
||||
@@ -354,7 +354,7 @@
|
||||
{
|
||||
"token": "",
|
||||
|
||||
"formats": [1, 2, 3, 4, 302, 303]
|
||||
"formats": null
|
||||
},
|
||||
"flickr":
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user