[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:
@@ -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
|
||||
|
||||
@@ -287,6 +287,12 @@
|
||||
"metadata": false
|
||||
}
|
||||
},
|
||||
"erome":
|
||||
{
|
||||
"user": {
|
||||
"reposts": false
|
||||
}
|
||||
},
|
||||
"exhentai":
|
||||
{
|
||||
"username": "",
|
||||
|
||||
Reference in New Issue
Block a user