Skip to content

Releases: Nemo2011/bilibili-api

v15.4.3

20 May 13:37
5f1d82b
Compare
Choose a tag to compare

15.4.3 2023/5/20

  • fix: wbi 鉴权 (#290)
  • fix: ass.make_ass_file_subtitle 处理 Episode 错误 (#291)

v15.4.2

13 May 15:56
6648e7e
Compare
Choose a tag to compare
  • fix: login 更新二维码登录接口 (#284) (#271) (41b1a64)
  • feat: favorite_list 新增 get_infoget_content_ids_infoget_favorite_collected (#282) (#275)
  • feat: rank 新增短剧榜 get_playlet_rank_phasesget_playlet_rank_info (#266)

v15.4.1

25 Apr 11:49
52f1a16
Compare
Choose a tag to compare

15.4.1 2023/4/25

  • fix: 用户接口相关变动 (#262)

v15.4.0

11 Apr 12:47
ab03486
Compare
Choose a tag to compare

15.4.0 2023/4/11

  • fix: VideoUploader 解决一直 timeout 的问题 (#234)
  • feat: session.get_session_detail (#242)
  • feat: Tag.get_history_cards 获取视频标签下更多的动态/视频内容 (#251)
  • fix: article.get_all (#252) (近期阿 B 好像出了什么新版专栏,会直接跳转到 bilibili.com/opus/*** (没错就是新版动态的链接格式))
  • fix!: game.get_score 失效 (#252)

v15.3.1

09 Mar 13:08
183a01e
Compare
Choose a tag to compare

feat: black_room.JuryCase (#231)
feat: user.get_self_jury_info (#231)
fix: Episode credential (#229)
fix: settings.timeout (#226)
fix!: Game.get_comments 失效

v15.3.0

02 Mar 13:03
2f444b3
Compare
Choose a tag to compare

fix: 修改事件发布时单个参数为可变参数 (#222)
fix: 弹幕发送者 uid 破解 (#223)
fix: Picture 类动图问题
perf: 新增 Picture.async_load_url 优化性能
fix: parse_link 新增支持 https://www.bilibili.com/opus/{dyn_id} 型的动态链接
fix!: dynamic.send_dynamic 重构,传入参数改为新的 BuildDynamic 类和 Credential。新增支持在动态内容中添加投票、选择话题。 (#212)
feat: dynamic.get_dynamic_page_info (#204)
feat: interactive_video.InteractiveVideo.mark_score
feat: live.create_live_reserve (#216)
fix!: 原登录接口变动,改成了 web 接口,现在需要进行极验验证。 (#209)
feat: live rank (#221)
feat: topic.search_topic (#204)
fix: video_uploader._upload_cover 上传部分图片出现的问题
feat: video.VideoDownloadURLDataDetecter.detect and video.VideoDownloadURLDataDetecter.detect_best_streams 更多参数
feat!: vote.Vote (#212)

v15.1.0

18 Feb 07:42
Compare
Choose a tag to compare

15.1.0 2023/02/18

  • 新增 creative_center 模块 (#194)
  • 新增 manga.get_manga_home_recommend 函数用于查看漫画首页推荐 (#192)
  • 新增 manga.get_manga_update 函数用于查看更新推荐的漫画 (#192)
  • 新增 video.get_cid_info 函数用于查看 cid 具体信息 (采用 https://hd.biliplus.com 的 API)
  • 修复验证码登录时需要验证时不返回 Check 类的问题
  • 修复视频上传无法使用上传的封面的问题 (#200)
  • 优化 interactive_video.InteractiveVideoDownloader 性能 & 增加三种下载模式

v15.0.0

10 Feb 09:07
Compare
Choose a tag to compare

v15.0.0 2023/02/10

注意: 此版本破坏更改较多,请谨慎更新

  • 【破坏修改】新增 user.User.get_channel_videos_seriessort 参数 (为第二个参数)
  • 【破坏修改】修改 login_func.get_qrcode 返回值由 Tuple[path, str] 改为 Tuple[Picture, str]
  • 【破坏修改】修改 manga.get_manga_id 为普通函数而非 async 函数
  • 【破坏修改】修改 search.search_by_type 函数的 topic_type 参数名称为 video_zone_type
  • 【破坏修改】优化 black_room 模块
  • 【破坏修改】优化 live_area 模块
  • 【破坏修改】移动 channel 模块至 video_zone 模块(因为原来的 channel 模块全部是分区操作而并非真正意义的频道操作)
  • 【破坏更改】移动 rank 模块的 get_hot_videos, get_weakly_hot_videos_list, get_weakly_hot_videos, get_history_popular_videos 函数至新模块 hot 模块
  • 【破坏修改】移动 user 模块的 ChannelOrder, ChannelSeries, ChannelType, create_channel_series, del_channel_series, add_aids_to_series, del_aids_from_series 函数与类至 channel_series 模块
  • 【破坏修改】删除 video.Video.get_media_list 函数
  • 新增 channel 模块提供频道相关功能。
  • 新增 video_tag 模块提供视频标签功能。
  • 新增 article.get_article_rank 函数用于获取专栏排行
  • 新增 bangumi.get_index_info 函数用于查看番剧索引信息 (#164)
  • 新增 channel_series.set_follow_channel_season 函数用于设置订阅合集的状态
  • 新增 dynamic.get_dynamic_page_info 函数用于查看动态页信息
  • 新增 hot.get_hot_buzzwords 获取热词图鉴
  • 新增 live_area.get_list_by_area 函数用于查看指定分区的直播
  • 新增 manga.get_index 函数用于查看漫画索引信息 (#183)
  • 新增 music.get_homepage_recommend 函数用于获取音乐首页推荐
  • 新增 music.get_music_index_info 函数用于获取音乐首页音乐视频列表
  • 新增 rank.get_manga_rank 函数用于查看漫画排行榜。 (#182)
  • 新增 rank.get_ranktype_ 参数以获取不同类型的排行榜数据 (如番剧排行榜)
  • 新增 settings.timeout 超时设置
  • 新增 topic.Topic.like / topic.Topic.set_favorite 函数用于操作话题
  • 新增 video_zone.get_zone_hot_tags 函数用于获取分区的热门标签 (#162)
  • 新增 video.VideoDownloadURLDataDetecter 类用于提取视频下载信息中的视频流信
  • 修复 search.get_hot_search_keywords 返回信息错误 (gitee#I6CRAO)
  • 更新 dynamic.upload_image 的接口
  • 更新分区信息 (#159)

v14.2.0

24 Jan 10:21
Compare
Choose a tag to compare

v14.2.0 2022/01/24

  • 新增 Bangumi.get_episodes 一键生成番剧所有剧集对应的 Episode 类。
  • 新增 search.search_cheese 搜索课程函数。
  • 新增游戏评论、分数 API。
  • 新增用户的关注列表/拉黑列表详细信息相关 API
    • user.User.get_self_same_followings()
    • user.get_self_special_followings()
    • user.get_self_whisper_followings()
    • user.get_self_friends()
    • user.get_self_black_list()
  • 修复部分番剧下载 ass 弹幕后播放弹幕挤在了一起
  • 修复 search.search_by_type 搜索视频的时长设置错误 (#150)
  • 修复笔记类转为 json 之后类型标注应该是 Note 而不是 Article
  • 修复部分视频评论无法获取 (#155)
  • 重写 parse_link 函数。(采用 yarl 解析) (#151)(#152)(#153)
  • 重构 CheeseList.get_list 函数并优化相关接口。

v14.1.0

20 Jan 10:32
Compare
Choose a tag to compare

v14.1.0 2023-01-20

  • 新增 album.py 相簿模块。
  • 新增 manga.py 漫画模块。
  • 新增 parse_link 函数支持相簿和漫画。
  • 新增 bangumi.update_follow_status 函数
  • 修复 article.Article 获取部分专栏内容失败。
  • 修复Picture 类问题。