[erome] handle reposts on user profiles (#6582)

https://github.com/mikf/gallery-dl/issues/6582#issuecomment-3221322147

- add 'reposts' option
- disable reposts by default
- process URL query parameters, e.g. 't=posts' or 'page=3'
This commit is contained in:
Mike Fährmann
2025-08-26 11:26:52 +02:00
parent 5a5857bafb
commit a953d3d316
4 changed files with 54 additions and 8 deletions

View File

@@ -2557,6 +2557,16 @@ Description
batch. The value cannot be less than 1.
extractor.erome.user.reposts
----------------------------
Type
``bool``
Default
``false``
Description
Include reposts when extracting albums from a user profile.
extractor.exhentai.domain
-------------------------
Type

View File

@@ -287,6 +287,12 @@
"metadata": false
}
},
"erome":
{
"user": {
"reposts": false
}
},
"exhentai":
{
"username": "",