mirror of
https://github.com/soimort/you-get.git
synced 2025-02-02 16:24:00 +03:00
[common] do not download captions with --player
This commit is contained in:
parent
46a1f51a8f
commit
4c012aeba4
@ -1160,6 +1160,7 @@ def script_main(script_name, download, download_playlist, **kwargs):
|
||||
output_dir = a
|
||||
elif o in ('-p', '--player'):
|
||||
player = a
|
||||
caption = False
|
||||
elif o in ('-x', '--http-proxy'):
|
||||
proxy = a
|
||||
elif o in ('-y', '--extractor-proxy'):
|
||||
|
Loading…
Reference in New Issue
Block a user