Browse Source

Remove shortcuts from save path

doc-issue-template
MrS0m30n3 9 years ago
parent
commit
6f277ebffc
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl_gui/parsers.py

2
youtube_dl_gui/parsers.py

@ -165,7 +165,7 @@ class OptionsParser():
return options_list
def _build_savepath(self, options_dict):
save_path = options_dict['save_path']
save_path = remove_shortcuts(options_dict['save_path'])
if options_dict['output_format'] == 'id':
save_path = os.path.join(save_path, '%(id)s.%(ext)s')

Loading…
Cancel
Save