Compare commits

..

No commits in common. "338fa8890650890a59009e3f1b2138df1e652000" and "0303382528f2db66ffdc3c00f2294dad8f08ff3e" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

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