forked from Ponysearch/Ponysearch
increase the amount of results from derpybooru
This commit is contained in:
parent
e6fa52d13e
commit
69b8663b2c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ about = {
|
||||||
base_url = 'https://derpibooru.org/'
|
base_url = 'https://derpibooru.org/'
|
||||||
search_url = base_url + 'api/v1/json/search/images?'
|
search_url = base_url + 'api/v1/json/search/images?'
|
||||||
categories = ['images']
|
categories = ['images']
|
||||||
page_size = 20
|
page_size = 40
|
||||||
paging = True
|
paging = True
|
||||||
filter_id = 214606
|
filter_id = 214606
|
||||||
sort_field = "wilson_score"
|
sort_field = "wilson_score"
|
||||||
|
|
Loading…
Reference in a new issue