-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
52 lines (44 loc) · 1.73 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[3.2.8]
Updated 2023-01-06
- [FIX] Unable to download video caused by BiliBili API change
- [CHANGE] Use Poetry build system
[3.2.7]
Updated 2022-08-14
- [FIX] FFmpeg command not found on linux
- [FIX] Fix the bug of only FLAC videos can be downloaded
[3.2.5]
Updated 2022-07-16
- [ADD] Support FLAC (Non-standard MP4 container, no changes with API, will use FLAC automatically if available)
[3.2.2]
Updated 2022-04-09
- [CHANGE] FFmpeg temporary removed from package
[3.2.1]
Updated 2022-01-27
- [FIX] Always retry when remote close the connection
- [FIX] Find ffmpeg on linux now works correctly
[3.2.0]
Updated 2021-12-16
- [FIX] Fix issue #2, #3, #4
- [ADD] Partial download
- [CHANGE] Restruct the API, please read the docs
[3.1.0]
Updated 2021-12-14
Please note that most APIs are changed.
- [NEW] Support 4K, HDR and Dolby resource download.
- [NEW] Utils for bv2av, av2bv.
- [CHANGE] All APIs results are in the dictionary format.
- [CHANGE] Codec now use a different API.
- [DELETE] Category and tags APIs are deleted. Use archive API instead.
- [DELETE] The whole Downloader class is merged into BilibiliAPI class.
- [DELETE] Remove audio codec support.
[2.0.0]
Updated 2021-04-16
- [NEW] Can get ranking of category.
- [NEW] Can get and download emote packages.
- [NEW] Version getter `__version__` and other metadata getter.
- [NEW] Now we have version code. The first code is "HB Ling", for version 2 developing is started at 2020/04/12, the birthday of Yuezheng Ling.
- [CHANGE] All API names changed to satisfy PEP8 standard.
- [CHANGE] Now use wrapper instead of lambda as download progress callback.
- [IMPROVE] Add tests and reStructuredText API references.
[1.0.0]
- Initial Commit