B站获取OPUS格式动态 (#651)

This commit is contained in:
Azide
2024-11-06 16:48:40 +08:00
committed by GitHub
parent d10db08395
commit 8ab60d65d0
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ class Bilibili(NewMessage):
@retry_for_352
async def get_sub_list(self, target: Target) -> list[DynRawPost]:
client = await self.ctx.get_client(target)
params = {"host_mid": target, "timezone_offset": -480, "offset": ""}
params = {"host_mid": target, "timezone_offset": -480, "offset": "", "features": "itemOpusStyle"}
res = await client.get(
"https://api.bilibili.com/x/polymer/web-dynamic/v1/feed/space",
params=params,