[fanbox:creator] add 'offset' option (#6582)

https://github.com/mikf/gallery-dl/issues/6582#issuecomment-3456132723
This commit is contained in:
Mike Fährmann
2025-10-28 14:25:17 +01:00
parent 92be3fb911
commit 3573dcbff9
3 changed files with 27 additions and 2 deletions

View File

@@ -3021,6 +3021,16 @@ Note
`fanbox.comments <extractor.fanbox.comments_>`__
extractor.fanbox.creator.offset
-------------------------------
Type
``integer``
Default
``0``
Description
Custom ``offset`` starting value when paginating over posts.
extractor.fansly.formats
------------------------
Type

View File

@@ -338,7 +338,11 @@
"comments": false,
"embeds" : true,
"fee-max" : null,
"metadata": false
"metadata": false,
"creator": {
"offset": 0
}
},
"fansly":
{