80 lines
1.4 KiB
GraphQL
80 lines
1.4 KiB
GraphQL
query visionVideoDetail($photoId: String, $type: String, $page: String, $webPageArea: String) {
|
|
visionVideoDetail(photoId: $photoId, type: $type, page: $page, webPageArea: $webPageArea) {
|
|
status
|
|
type
|
|
author {
|
|
id
|
|
name
|
|
following
|
|
headerUrl
|
|
__typename
|
|
}
|
|
photo {
|
|
id
|
|
duration
|
|
caption
|
|
likeCount
|
|
realLikeCount
|
|
coverUrl
|
|
photoUrl
|
|
liked
|
|
timestamp
|
|
expTag
|
|
llsid
|
|
viewCount
|
|
videoRatio
|
|
stereoType
|
|
musicBlocked
|
|
manifest {
|
|
mediaType
|
|
businessType
|
|
version
|
|
adaptationSet {
|
|
id
|
|
duration
|
|
representation {
|
|
id
|
|
defaultSelect
|
|
backupUrl
|
|
codecs
|
|
url
|
|
height
|
|
width
|
|
avgBitrate
|
|
maxBitrate
|
|
m3u8Slice
|
|
qualityType
|
|
qualityLabel
|
|
frameRate
|
|
featureP2sp
|
|
hidden
|
|
disableAdaptive
|
|
__typename
|
|
}
|
|
__typename
|
|
}
|
|
__typename
|
|
}
|
|
manifestH265
|
|
photoH265Url
|
|
coronaCropManifest
|
|
coronaCropManifestH265
|
|
croppedPhotoH265Url
|
|
croppedPhotoUrl
|
|
videoResource
|
|
__typename
|
|
}
|
|
tags {
|
|
type
|
|
name
|
|
__typename
|
|
}
|
|
commentLimit {
|
|
canAddComment
|
|
__typename
|
|
}
|
|
llsid
|
|
danmakuSwitch
|
|
__typename
|
|
}
|
|
}
|