update file path
This commit is contained in:
parent
04af450a84
commit
338fa88906
|
@ -32,7 +32,7 @@ creator = info['uploader']
|
|||
title = info['title']
|
||||
id = info['id']
|
||||
|
||||
subFn = id + "." + lang + ".vtt"
|
||||
subFn = "output/" + id + "." + lang + ".vtt"
|
||||
|
||||
txt = ""
|
||||
|
||||
|
|
Loading…
Reference in New Issue