16.2.0
预祝各位新年快乐,万事如意! 都洋溢着乐观向上的氛围
如遇 bvid
-> aid
转换失败请更新
- build: upd pillow requirement from ~=10.0.1 to ~=10.1.0
- build: upd aiohttp requirement from ~=3.8.6 to ~=3.9.1
- build: upd httpx requirement from ~=0.24.1 to ~=0.26.0
- build: upd yarl requirement from ~=1.9.2 to ~=1.9.4
- build: upd lxml requirement from ~=4.9.3 to ~=5.1.0
- build: upd pycryptodomex requirement from ~=3.19.0 to ~=3.20.0
- build: upd pillow requirement from ~=10.1.0 to ~=10.2.0
- build: upd beautifulsoup4 requirement from ~=4.12.2 to ~=4.12.3
- build: remove setup.py, use pyproject.toml instead by @iconFehu in #604
- fix: POST params -400 by @z0z0r4 in #547
- fix: credential.refresh by @z0z0r4 in #557
- fix: unban user by @TZFC in #578
- fix: 修复获取弹幕时发生的异常 by @amtoaer in #585
- fix: 修复无法获取弹幕和历史弹幕的bug by @wudizhangzhi in #552
- fix: 增加HEADERS以修复刷新cookie和使用验证码登录时发生的异常 by @blyc in #593
- fix: ass.py by @z0z0r4 in
149ac72
(#668) - fix: login by @whille in
741fc2d
(#668) - [BREAKING CHANGE] fix: weekly by @z0z0r4 in
dce9402
(#668) - fix: User.get_relation api json by @z0z0r4 in
7bc1086
(#668) - fix: User.get_videos -352 风控 by @z0z0r4 in #608
- fix: liveroom update room news api json by @z0z0r4 in
452747f
(#668) - fix: detect dolby failed by @z0z0r4 in
16abaf7
(#668) - fix: pyproject.toml 安装时文件缺失的错误 by @amtoaer in #625
- fix: favorite_list in #245 by @z0z0r4 in
6f705c4
(#668) - fix: returns 412 msg for channel series by adding ua by @TimG233 in #629
- fix: video_uploader problems from git hook by @TimG233 in #629
- fix: update video zone json file by @Nemo2011 in
93f287d
(#668) - fix: article.TextNode by @Nemo2011 in
3c1d2fa
(#668) and more. - fix: sessdata 未进行 url 编码会失效 by @Nemo2011 in
f36ed3b
(#668) - fix: Video.get_info() -412 by @Nemo2011 in
59cda9c
(#668) - fix: get_real_url by @Nemo2011 in
e1b379c
(#668) - fix: get_danmakus by @Nemo2011 in
bbc7468
(#668) - fix: topic api json by @Nemo2011 in
a596512
(#668) - fix: subscribe music rank json by @Nemo2011 in
2836387
(#668) - fix: search.get_suggested_keywords by @Nemo2011 in
22cff8f
(#668) - [BREAKING CHANGE] 移除 channel.py:目前除了 channel.get_channel_categories() 以外其他接口均无法使用,以前 b 站频道页现在也会自动跳转至搜索
- fix: manga api json by @Nemo2011 in
05858b7
(#668) - fix: parse_link by @Nemo2011 in
3dc55f2
(#668) - [BRAEKING CHANGE] 移除 get_album_favorite_list
- fix: session by @Drelf2018 in #646
- [BREAKING CHANGE] SUBSCRIBE_SECRETLY 悄悄关注已失效
- [BREAKING CHANGE] get_client_info 失效
- fix: live.py重连清理无效的ws链接和心跳任务 by @blyc in #655
- [BREAKING CHANGE] fix: get_comment_lazy by @z0z0r4 in
c84993a
(#668) - fix: UnderLineNode by @Nemo2011 in
687c240
(#668) - fix: bvid2aid by @nooblong in #666
- fix: topic.get_cards by @Nemo2011 in
404673c
(#668)
- feat: video_uploader lines probe by @z0z0r4 in #548
- feat: live.get_room_status_by_uids in #556
- feat: live.send_danmaku.reply_mid by @z0z0r4 in #558
- feat: video_uploader enhancement in #543 by @z0z0r4 in #555
- feat: 增加查看及赠送免费人气票功能 by @TZFC in #566
- feat: get_black_list 增加翻页功能 by @TZFC in #567
- feat: audio_uploader by @z0z0r4 in #559
- feat: User.get_media_list by @TZFC in #599
- feat: liveroom update room news by @whille in #612
- feat: network synchronous request & two kinds of http client support (httpx and aiohttp) by @iconFehu in #615, bug fixed by @z0z0r4 and @Nemo2011 in other commits.
- feat: session.EventType by @z0z0r4 in #636
- feat: bili_ticket by @z0z0r4 in #637
- feat: 登录记录/节操记录/经验记录 by @Nemo2011 in
fd80499
(#668) - feat: add festival to be able to resolve url without bvid in parse_link by
__INITIAL_STATE__
by @TimG233 in #640 - feat: festival.py by @Nemo2011 in
f5a5d2a
(#668) - feat: login with tv by @z0z0r4 in #654
- feat: search_by_type page_size by @z0z0r4 in
2447321
(#668) - feat: Credential.from_cookies by @Nemo2011 in
352099e
(#668) - feat: opus.py by @Nemo2011 in
9f99241
(#668) and more. - feat: add StatementException instead of assert by @Nemo2011 in
6cff631
(#668)
- refactor: remove httpx.get, use Api instead by @iconFehu in #615, bug fixed by @z0z0r4 and @Nemo2011 in other commits.
- [BREAKING CHANGE] refactor: remove topic.get_cards, rename
topic.get_raw_cards -> topic.get_cards by @Nemo2011 in [
404673c` (#668)](404673c)
New Contributors
- @TZFC made their first contribution in #566
- @amtoaer made their first contribution in #585
- @wudizhangzhi made their first contribution in #552
- @blyc made their first contribution in #593
- @iconFehu made their first contribution in #604
- @TimG233 made their first contribution in #629
- @niu541412 made their first contribution in #641
- @nooblong made their first contribution in #666
Full Changelog: 16.1.1...16.2.0