1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-10-03 23:43:21 -04:00

[youtube] convert subtitles with --skip-download

This commit is contained in:
Unknown
2020-09-13 11:03:48 +02:00
parent 84da5d84b0
commit 57df9f53e0
2 changed files with 25 additions and 0 deletions

View File

@@ -315,6 +315,7 @@ def _real_main(argv=None):
else match_filter_func(opts.match_filter))
ydl_opts = {
'convertsubtitles': opts.convertsubtitles,
'usenetrc': opts.usenetrc,
'username': opts.username,
'password': opts.password,