Releases: timerring/bilitool
v0.1.3
What's Changed
- feat: add access key by @timerring in #34
- docs: update icon by @timerring in #37
- docs: update icon by @timerring in #38
- feat: append function by @timerring in #41
- feat: add live info by @timerring in #43
- feat: auto select best line by @timerring in #44
- chore: adjust the log by @timerring in #45
- fix: remove lines by @timerring in #46
- feat: login via cookie by @timerring in #47
- feat: add video dict by @timerring in #48
- refactor: change relative import by @timerring in #49
- fix: return format by @timerring in #50
- feat: assign cdn line by @timerring in #51
- feat: upload cover by @timerring in #52
- build: release version 0.1.3 by @timerring in #53
🎉 This version modifies the web API to a client API to enable the append function. Additionally, it adds the feature of automatically detecting the optimal line for upload and also supports custom assignment of the upload line. Furthermore, it converts absolute imports to relative imports, allowing users to import functions more concisely. It also supports various login methods and fixes some known issues.
SHA256 | File |
---|---|
acafca670e4e12a636ccaa98cdd72b8895252aba15a62ac6fc395a658712effd | bilitool-0.1.3-py3-none-any.whl |
566c818006b0ab817d7be8bbc61485fe1760e291b9eff3bdec077a4df297f3ac | bilitool-0.1.3.tar.gz |
8be13887cecc16394be7f71a1598f0de9d3635b16004b06d55a17655eca10832 | bilitool-cli-linux-x86_64-0.1.3.zip |
932d5fff6b0fd6e7bec0da74ed311241c7760f973fb95c4b63cbb96d29459b68 | bilitool-cli-windows-x86_64-0.1.3.zip |
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- ci: add nuitka build ci by @timerring in #25
- chore: add shasum script by @timerring in #26
- fix: fix upload config sync by @timerring in #27
- perf: add detailed logs by @timerring in #28
- docs: publish docs by @timerring in #29
- refactor: adjust architecture by @timerring in #31
- build: build version v0.1.2 by @timerring in #33
🎉 This version utilizes the new build function nuitka
to enable compilation for different platforms through github-actions
. Additionally, it resolves certain issues related to uploading, refactors some code to align with the architecture, deploys the documatation, and incorporates some display optimizations.
SHA256 checksums
SHA256 | File |
---|---|
a76113183c91343b4564975d6db96573f9e47cc531e48c781a4f6740425c530d |
bilitool-0.1.2-py3-none-any.whl |
9cb25258e646006f9542ca2f3465c93480a61c4671667414625b141750c5d6d8 |
bilitool-0.1.2.tar.gz |
0194753bd6e5108eec2a4d3b7bce2691d85ae086b49dfd0439d2b54ce1ef461f |
bilitool-cli-linux-x86_64-0.1.2.zip |
b50beda5c20b47dc62adf5f3ca08a8d8ae245c9981cd971d13f0a01c6c35a421 |
bilitool-cli-windows-x86_64-0.1.2.zip |
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- refactor: optimize the unittest preformance by @timerring in #19
- feat: add vid convert module by @timerring in #20
- feat: support both vid download by @timerring in #21
- feat: add tqdm progress bar by @timerring in #22
- feat: show detailed video info by @timerring in #23
- build: build version v0.1.1 by @timerring in #24
🎉 This version introduces the convert
and show
functions. Additionally, it supports download
using both bvid and avid, resolves some display issues, and incorporates some test cases.
SHA256 checksums
SHA256 | File |
---|---|
0dcd8f6e5ef4bf07676c9c6695557baee5cb9d81f8c61dcbc7b38d83c1408cbc |
bilitool-0.1.1-py3-none-any.whl |
b639b7ca5a350b1e5fa3b98df17e8dc1e04be2039038b6e4c282f59c2a8b739b |
bilitool-0.1.1.tar.gz |
14aa000df9a06db7e259f7bcea024967f175c61679de662b2e08141873eb516a |
bilitool-cli-linux-x86_64-0.1.1.zip |
b921694248491af1353fd92edb1d5ecdf58c530b901257d58e6145d9d761f2e5 |
bilitool-cli-windows-x86_64-0.1.1.zip |
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- refactor: add headers decorator by @timerring in #14
- feat: add wbi sign module by @timerring in #15
- feat: list uploaded videos module by @timerring in #16
- refactor: adjust structure and rename project by @timerring in #17
- build: production version v0.1.0 by @timerring in #18
🎉 This version mainly renames biliuploader to the new name bilitool
, refactors the headers, and adds some signing functions to avoid risk control. Besides, a new module has been added to query and list the recently uploaded videos info.
The production version has been released now!
SHA1 checksums
SHA1 | File |
---|---|
b893767d95b56124c2332c816812115bdf259a41 |
bilitool-cli-linux-x86_64-0.1.0.zip |
6d0ba7e338cd911bba152a4909105a23f8b1aa23 |
bilitool-0.1.0-py3-none-any.whl |
ae887ca7d9f849e79d795b080d90a765bda7846b |
bilitool-0.1.0.tar.gz |
Full Changelog: v0.0.4...v0.1.0
v0.0.4
What's Changed
- fix: Error decoding command output on Windows by @zhiweio in #11
- feat: add query ip module by @timerring in #12
- build: build version v0.0.4 by @timerring in #13
New Contributors
This version mainly addresses the decoding problem on Windows and incorporates a new module for querying IPs in case specific IPs are blocked.
Sign RSA Public key D8672EF65097C0BDAAFD96A92F58164C4C97B308
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- feat: add check login module by @timerring in #7
- feat: add logout module by @timerring in #8
- feat: add download module by @timerring in #9
- build: build version 0.0.3 by @timerring in #10
🎉 This version incorporates three features, namely the check
, logout
and download
modules, which fundamentally realizes the common usage scenarios on Bilibili.
Sign RSA Public key D8672EF65097C0BDAAFD96A92F58164C4C97B308
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- build: change package dependencies by @timerring in #1
- chore: add issue and pr templates by @timerring in #2
- refactor: refactor entire code by @timerring in #4
- feat: restore upload parameters by @timerring in #5
- build: build version 0.0.2 by @timerring in #6
🎉 This version primarily refactors the project architecture into the Model-View-Controller (MVC) pattern to enhance its scalability, which serves as the foundation for supporting other operations and platforms.
Sign RSA Public key D8672EF65097C0BDAAFD96A92F58164C4C97B308
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Initial release of biliupload
This is the first production version of biliupload
, which implements the basic login
and upload
function.
What's Changed
c92d593 - feat: implement login module
55c4aab - feat: implement upload module
2756882 - build: build the package and change name
Sign RSA Public key D8672EF65097C0BDAAFD96A92F58164C4C97B308