Browse Source

Change default options

doc-issue-template
MrS0m30n3 8 years ago
parent
commit
f8d75a0e71
1 changed files with 2 additions and 2 deletions
  1. 4
      youtube_dl_gui/optionsmanager.py

4
youtube_dl_gui/optionsmanager.py

@ -236,7 +236,7 @@ class OptionsManager(object):
'embed_subs': False,
'subs_lang': 'en',
'ignore_errors': True,
'open_dl_dir': True,
'open_dl_dir': False,
'write_description': False,
'write_info': False,
'write_thumbnail': False,
@ -252,7 +252,7 @@ class OptionsManager(object):
'youtubedl_path': self.config_path,
'cmd_args': '',
'enable_log': True,
'log_time': False,
'log_time': True,
'workers_number': 3,
'locale_name': 'en_US',
'main_win_size': (710, 490),

Loading…
Cancel
Save