Skip to content

v17.1.0

Latest
Compare
Choose a tag to compare
@Nemo2011 Nemo2011 released this 02 Feb 15:00

v17.1.0 2025/02/02

  • chore(deps): 移除 curl_cffi安装模块时需要自行对第三方请求库进行安装
  • chore(deps): 移除 rsa,相关代码用 pycryptodomex 替代。
  • chore: BiliAPIClient 抽象类新增函数 download_create download_chunk download_content_length
  • feat: AsyncEvent 支持同步函数。
  • feat: interactive_video.InteractiveVideoDownloader.__init__ 参数 self_download_func 再次变为非必要参数。
  • fix: video.VideoDownloadURLDataDetecter 不支持修改后的 bangumi.Episode.get_download_url 返回数据。

v17.0.0 查漏补缺

  • [BREAKING CHANGE] chore: 移除 settings.py,相关功能由 request_logrequest_settings 替代。