Curseforge: Fix page size for new API rules.
This commit is contained in:
parent
415041be8d
commit
9ac1fc5cff
|
@ -46,7 +46,7 @@ class CurseForge(Web):
|
||||||
url=f"{cls.api_url}/api/v2/addon/search",
|
url=f"{cls.api_url}/api/v2/addon/search",
|
||||||
params={
|
params={
|
||||||
"gameId": 1, # World of Warcraft
|
"gameId": 1, # World of Warcraft
|
||||||
"pageSize": 500,
|
"pageSize": 50,
|
||||||
"searchFilter": query
|
"searchFilter": query
|
||||||
}
|
}
|
||||||
).json()
|
).json()
|
||||||
|
|
Loading…
Reference in a new issue