feat: 快手关键词搜索存储CSV完成

This commit is contained in:
Relakkes
2023-11-26 01:05:52 +08:00
parent 512192a93e
commit bdf36ccb09
6 changed files with 300 additions and 41 deletions

View File

@@ -0,0 +1,80 @@
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
}
}