We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5436f50 commit 672450cCopy full SHA for 672450c
README.md
@@ -1,11 +1,11 @@
1
# vtt_to_srt3
2
Convert vtt files to srt subtitle format
3
+> For Python 3.x [you can get version for Python 2.7 here](https://github.com/jansenicus/vtt-to-srt.py)
4
5
+## Docs
6
+[https://jsonzilla.github.io/vtt_to_srt3/](https://jsonzilla.github.io/vtt_to_srt3/)
7
8
-## Note
-For Python 3.x [you can get version for Python 2.7 here](https://github.com/jansenicus/vtt-to-srt.py)
-
9
## Installation
10
```shell
11
pip install vtt_to_srt3
@@ -67,4 +67,4 @@ python -m pip install pdoc3
67
pdoc --html vtt_to_srt/vtt_to_srt.py -o docs
68
mv docs/vtt_to_srt.html docs/index.html
69
rm -rm docs/vtt_to_srt
70
-```
+```
0 commit comments