[YoutubeDL] More error_to_str

This commit is contained in:
Sergey M․ 2015-12-20 06:22:01 +06:00
parent fb043a6e4e
commit 8900ab4d9b
1 changed files with 1 additions and 1 deletions

View File

@ -1511,7 +1511,7 @@ class YoutubeDL(object):
sub_info['url'], info_dict['id'], note=False)
except ExtractorError as err:
self.report_warning('Unable to download subtitle for "%s": %s' %
(sub_lang, compat_str(err.cause)))
(sub_lang, error_to_str(err.cause)))
continue
try:
sub_filename = subtitles_filename(filename, sub_lang, sub_format)