XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/bilibili-API-collect

Update article/info.md (#579)

* fix note info format * Update info.md * Update info.md

3f7d877
z0z0r4 <z0z0r4@outlook.com>
提交于

代码差异

1 个文件 +70 -54
Modified article/info.md +70 -54
@@ -51,7 +51,9 @@
51 51 | in_list | bool | 是否收于文集 | false:否<br />true:是 |
52 52 | pre | num | 上一篇文章cvid | 无为0 |
53 53 | next | num | 下一篇文章cvid | 无为0 |
54 | share_channels | array | 分享方式列表 | |
54 | share_channels | array | 分享方式列表 | |
55 | type | num | 文章类别 | 0:文章<br />2:笔记 |
56
55 57
56 58 `stats`对象:
57 59
@@ -111,59 +113,73 @@ curl -G 'http://api.bilibili.com/x/article/viewinfo' \
111 113
112 114 ```json
113 115 {
114 "code": 0,
115 "message": "0",
116 "ttl": 1,
117 "data": {
118 "like": 1,
119 "attention": true,
120 "favorite": false,
121 "coin": 0,
122 "stats": {
123 "view": 317712,
124 "favorite": 3249,
125 "like": 10176,
126 "dislike": 0,
127 "reply": 1333,
128 "share": 302,
129 "coin": 2002,
130 "dynamic": 28
131 },
132 "title": "专栏行为准则 ",
133 "banner_url": "https://i0.hdslb.com/bfs/article/131b1d41b857d5308f5bff36591d117bddc48d96.jpg@90p.webp",
134 "mid": 144900660,
135 "author_name": "专栏小天使",
136 "is_author": true,
137 "image_urls": ["https://i0.hdslb.com/bfs/article/0a72422ce8e77d8512f010d93b1b7f9bc4e64e52.jpg"],
138 "origin_image_urls": ["https://i0.hdslb.com/bfs/article/131b1d41b857d5308f5bff36591d117bddc48d96.jpg"],
139 "shareable": true,
140 "show_later_watch": true,
141 "show_small_window": true,
142 "in_list": false,
143 "pre": 115914,
144 "next": 38575,
145 "share_channels": [{
146 "name": "QQ",
147 "picture": "https://i0.hdslb.com/bfs/album/114ccfb3a999df9c4d11f274c8c61a804c8f8803.png",
148 "share_channel": "QQ"
149 }, {
150 "name": "QQ空间",
151 "picture": "https://i0.hdslb.com/bfs/album/30e9608bbce725bca45b5910866f60ab4d5e18b3.png",
152 "share_channel": "QZONE"
153 }, {
154 "name": "微信",
155 "picture": "https://i0.hdslb.com/bfs/album/658af3c22431cd78bb7c50be3394f7c032eba12c.png",
156 "share_channel": "WEIXIN"
157 }, {
158 "name": "朋友圈",
159 "picture": "https://i0.hdslb.com/bfs/album/c1ebcec8c5302f29f792d15f04e0d6dcef53ec27.png",
160 "share_channel": "WEIXIN_MONMENT"
161 }, {
162 "name": "微博",
163 "picture": "https://i0.hdslb.com/bfs/album/3707fc23f7d3e24022712320284b0de9aa78c87d.png",
164 "share_channel": "SINA"
165 }]
166 }
116 "code": 0,
117 "message": "0",
118 "ttl": 1,
119 "data": {
120 "like": 0,
121 "attention": false,
122 "favorite": false,
123 "coin": 0,
124 "stats": {
125 "view": 1072619,
126 "favorite": 5481,
127 "like": 16465,
128 "dislike": 0,
129 "reply": 1865,
130 "share": 351,
131 "coin": 3436,
132 "dynamic": 37
133 },
134 "title": "专栏行为准则 ",
135 "banner_url": "https://i0.hdslb.com/bfs/article/131b1d41b857d5308f5bff36591d117bddc48d96.jpg@90p.webp",
136 "mid": 144900660,
137 "author_name": "专栏小天使",
138 "is_author": true,
139 "image_urls": [
140 "https://i0.hdslb.com/bfs/article/0a72422ce8e77d8512f010d93b1b7f9bc4e64e52.jpg"
141 ],
142 "origin_image_urls": [
143 "https://i0.hdslb.com/bfs/article/131b1d41b857d5308f5bff36591d117bddc48d96.jpg"
144 ],
145 "shareable": true,
146 "show_later_watch": true,
147 "show_small_window": true,
148 "in_list": false,
149 "pre": 115914,
150 "next": 38575,
151 "share_channels": [
152 {
153 "name": "QQ",
154 "picture": "https://i0.hdslb.com/bfs/album/114ccfb3a999df9c4d11f274c8c61a804c8f8803.png",
155 "share_channel": "QQ"
156 },
157 {
158 "name": "QQ空间",
159 "picture": "https://i0.hdslb.com/bfs/album/30e9608bbce725bca45b5910866f60ab4d5e18b3.png",
160 "share_channel": "QZONE"
161 },
162 {
163 "name": "微信",
164 "picture": "https://i0.hdslb.com/bfs/album/658af3c22431cd78bb7c50be3394f7c032eba12c.png",
165 "share_channel": "WEIXIN"
166 },
167 {
168 "name": "朋友圈",
169 "picture": "https://i0.hdslb.com/bfs/album/c1ebcec8c5302f29f792d15f04e0d6dcef53ec27.png",
170 "share_channel": "WEIXIN_MONMENT"
171 },
172 {
173 "name": "微博",
174 "picture": "https://i0.hdslb.com/bfs/album/3707fc23f7d3e24022712320284b0de9aa78c87d.png",
175 "share_channel": "SINA"
176 }
177 ],
178 "type": 0,
179 "video_url": "",
180 "location": "",
181 "disable_share": false
182 }
167 183 }
168 184 ```
169 185