diff --git a/youtube_dl_gui/optionsmanager.py b/youtube_dl_gui/optionsmanager.py index fd0e5e9..a7eae36 100644 --- a/youtube_dl_gui/optionsmanager.py +++ b/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),