ApolloZhu / Apple-Watch-Bilibili

No, Apple won't watch Bilibili, you do so on your wrist.
GNU General Public License v3.0
13 stars 3 forks source link

References #1

Open ApolloZhu opened 6 years ago

ApolloZhu commented 6 years ago

https://github.com/soimort/you-get https://github.com/Naville/BilibiliCPP

https://github.com/the1812/Bilibili-Evolved/blob/master/video/download-video/download-video.js https://www.biliplus.com/ https://github.com/ui-golang/bilibili-service-api http://www.littlehands.site/archives/bilibili_api.html https://api.imjad.cn/bilibili_v2.md https://www.jianshu.com/p/3575a78046f5 https://www.bilibili.com/blackboard/player.html?cid=29042578 https://api.bilibili.com/playurl?aid=6735252 https://api.bilibili.com/playurl?&aid=14833538&page=1 https://api.bilibili.com/view?appkey=8e9fc618fbd41e28&id=170001 https://api.bilibili.com/view?appkey=8e9fc618fbd41e28&id=16339375&page=2 https://api.prprpr.me/dplayer/video/bilibili?cid=<#cid#> https://github.com/canisminor1990/bilibili-client https://github.com/typcn/bilibili-mac-client https://github.com/kennel209/bilibili-download-helper

http://dplayer.js.org/docs/#/?id=bilibili-danmaku-and-video-link https://github.com/sunsx9316/DanDanPlayForMac/blob/master/DanDanPlayForMac/NetManager/VideoNetManager.m

ApolloZhu commented 6 years ago

Watch Later

https://api.bilibili.com/x/v2/history/toview/add https://api.bilibili.com/x/v2/history/toview/del

Request Method: POST

Form Data: aid=\(aid)&jsonp=jsonp&csrf=\(Cookie[bili_jct])

Response OK: {"code":0,"message":"0","ttl":1} Error: {"code":-111,"message":"csrf 校验失败","ttl":1}