Make "requested format not available" expected (#1655)

pull/1675/head
Philipp Hagemeister 11 years ago
parent a7685f3bf4
commit 78a3a9f89e

@ -524,7 +524,8 @@ class YoutubeDL(object):
formats_to_download = [selected_format]
break
if not formats_to_download:
raise ExtractorError(u'requested format not available')
raise ExtractorError(u'requested format not available',
expected=True)
if download:
if len(formats_to_download) > 1:

Loading…
Cancel
Save