Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
HFrost0 committed Feb 24, 2023
1 parent 61d3491 commit df313be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ user-friendly Python api and cli.
Currently, support types:

* [bilibili](htts://wwww.bilibili.com) protobuf
* [niconico](https://www.nicovideo.jp) protobuf since 0.3.1

## Why danmakuC?

Expand Down Expand Up @@ -43,7 +44,7 @@ but feel free to build from source if you are familiar with c++ extension.
In python, you can use danmakuC like:

```python
from danmakuC import proto2ass
from danmakuC.bilibili import proto2ass

with open("test_dm_large.bin", "rb") as f:
ass_text = proto2ass(f.read(), 1920, 1080)
Expand Down

0 comments on commit df313be

Please sign in to comment.