Skip to content

Commit

Permalink
fix video
Browse files Browse the repository at this point in the history
  • Loading branch information
simon300000 committed Feb 3, 2021
1 parent 851cf6e commit 5ec56f3
Show file tree
Hide file tree
Showing 4 changed files with 384 additions and 401 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const biliAPI = require('bili-api')
;
(async () => {
let up = await biliAPI({ mid: 349991143 }, ['follower'])
up.follower //849109
up.follower //849110
})()
```

Expand Down Expand Up @@ -150,7 +150,7 @@ const biliAPI = require('bili-api');
allVideos[0] // → {
// "comment": 66,
// "typeid": 17,
// "play": 11400,
// "play": 11477,
// "pic": "//i0.hdslb.com/bfs/archive/59963a9223f6b23b459328ad25683b200f30f8c8.jpg",
// "subtitle": "",
// "description": "2020年9月26日油管直播节选\n──────────────────────────────────────────\n剪辑:真名看破\n翻译:东方\n时轴:银河猫喵喵\n校对:千里光\n──────────────────────────────────────────\n【日月咪玉】\n推特:https://twitter.com/HizukiMiu\n油管:https://www.youtube.com/channel/UCM6iy_rSgSMbFjx10Z6VVGA\n【樱月花音】\n推特:https://twit",
Expand Down Expand Up @@ -438,7 +438,7 @@ const biliAPI = require('bili-api');

UP主的视频数

*前置:* <[navnum](#api_navnum)>
*前置:* <[spaceSearch](#api_spaceSearch)>

* ### <a name="api_guardNum"></a>guardNum

Expand Down
Loading

0 comments on commit 5ec56f3

Please sign in to comment.