Compare commits

...

2 Commits

Author SHA1 Message Date
edbrz9 338fa88906 update file path 2022-12-29 13:51:03 +01:00
edbrz9 04af450a84 check output 2022-12-29 13:50:17 +01:00
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ ydl_opts = {
'subtitlesformat': 'vtt',
'subtitleslangs': [lang],
'lkjsdlfkjsdf': 'sdflkj',
'outtmpl': '%(id)s',
'outtmpl': 'output/%(id)s',
'skip_download': True,
'writethumbnail': False,
'quiet': True
@ -32,7 +32,7 @@ creator = info['uploader']
title = info['title']
id = info['id']
subFn = id + "." + lang + ".vtt"
subFn = "output/" + id + "." + lang + ".vtt"
txt = ""