mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-17 14:18:35 +01:00
[GenshinImpactBridge] fix missing articles (#3073)
This commit is contained in:
parent
8ac5045963
commit
c4d95558af
@ -28,7 +28,7 @@ class GenshinImpactBridge extends BridgeAbstract
|
||||
$category = $this->getInput('category');
|
||||
|
||||
$url = 'https://genshin.mihoyo.com/content/yuanshen/getContentList';
|
||||
$url = $url . '?pageSize=3&pageNum=1&channelId=' . $category;
|
||||
$url = $url . '?pageSize=5&pageNum=1&channelId=' . $category;
|
||||
$api_response = getContents($url);
|
||||
$json_list = json_decode($api_response, true);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user