(Exhentai) Downloading all search results from all pages? #8741
-
It seems that it only goes through the first 50 results. Any way to make it process every page? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Works for me with these EH options:
Maybe it doesn't work as expected for other modes & settings. |
Beta Was this translation helpful? Give feedback.
-
|
Nevermind. I was looking at this:
and thought that it was supposed to yield over 500 results, but when i go through the pages manually there's only 2 pages. Sorry for the inconvenience. |
Beta Was this translation helpful? Give feedback.
-
|
With the changes in 457c8b2 and the following config, you can get results faster by using only 1 request per gallery instead of 2: {
"extractor": {
"exhentai": {
"postprocessors": [
{
"name": "metadata@init",
"filename": "info.json"
},
{
"name": "python@init",
"expression": "abort()"
}
]
}
}
} |
Beta Was this translation helpful? Give feedback.
Works for me with these EH options:
Which display mode would you like to use on the front and search pages?:Minimal
Which display style would you like for the search range indicator?:Normal
Maybe it doesn't work as expected for other modes & settings.