Updated gitignore
This commit is contained in:
parent
a357bde2b6
commit
249acdcbca
@ -1,6 +1,5 @@
|
|||||||
# NDC Content Tools
|
# NDC Content Tools
|
||||||
|
Small command line tools to make our authoring lives easier.
|
||||||
Things to make our lives easier.
|
|
||||||
|
|
||||||
## Import-Transcripts.js
|
## Import-Transcripts.js
|
||||||
Converts valid .srt files into NDC compatible transcripts. Requires Node.js
|
Converts valid .srt files into NDC compatible transcripts. Requires Node.js
|
||||||
|
@ -21,4 +21,4 @@ with open(sys.argv[1], 'r') as f:
|
|||||||
count += 1
|
count += 1
|
||||||
|
|
||||||
result += text[prev:]
|
result += text[prev:]
|
||||||
print(result, end='')
|
print(result, end='')
|
Loading…
Reference in New Issue
Block a user