Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APP端用户视频列表 #971

Open
My-Responsitories opened this issue Feb 17, 2024 · 1 comment
Open

APP端用户视频列表 #971

My-Responsitories opened this issue Feb 17, 2024 · 1 comment
Labels
新增/Add 添加或修改新的内容 客户端/App 接口:客户端独占 用户/Member 接口:用户信息&用户相关 视频/Video 接口:视频&视频相关
Milestone

Comments

@My-Responsitories
Copy link

My-Responsitories commented Feb 17, 2024

APP端用户视频列表

https://app.bilibili.com/x/v2/space/archive/cursor

请求方式:GET
鉴权方式:APP签名

url参数:

参数名 类型 内容 必要性 备注
vmid num 目标用户mid 必要
aid num 最后一个视频的aid 可选 默认留空
mobi_app str android 可选 android时可显示充电视频
appkey str appkey 可选
ts num 时间戳(秒) 可选
sign str app签名 可选
ps num 每页项数 可选 默认20
order str 排序方式 可选 默认pubdate
sort str desc 可选 默认desc
include_cursor bool 包括提供的aid 可选 默认false
@xiaoyv404 xiaoyv404 added 视频/Video 接口:视频&视频相关 用户/Member 接口:用户信息&用户相关 客户端/App 接口:客户端独占 labels Feb 18, 2024
@xiaoyv404 xiaoyv404 added this to the API Update milestone Feb 18, 2024
@xiaoyv404 xiaoyv404 added the 新增/Add 添加或修改新的内容 label Feb 18, 2024
@HashLiver
Copy link
Contributor

HashLiver commented Feb 18, 2024

试了一下pn参数没反应,原来那个aid参数(.data.item[-1].param)才是翻页啊

其实这个取自旧app的api还是有缺陷的,比如 视频简介、点赞数 和 视频所属合集 的信息都缺失。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
新增/Add 添加或修改新的内容 客户端/App 接口:客户端独占 用户/Member 接口:用户信息&用户相关 视频/Video 接口:视频&视频相关
Projects
None yet
Development

No branches or pull requests

3 participants