Expanduser for more options with input files

This commit is contained in:
Sergey M․ 2016-05-08 04:36:57 +06:00
parent f5436c5d9e
commit 3e169233da
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
2 changed files with 2 additions and 1 deletions

View file

@ -406,7 +406,7 @@ def _real_main(argv=None):
try:
if opts.load_info_filename is not None:
retcode = ydl.download_with_info_file(opts.load_info_filename)
retcode = ydl.download_with_info_file(compat_expanduser(opts.load_info_filename))
else:
retcode = ydl.download(all_urls)
except MaxDownloadsReached: