Fix spaces

Fix spaces
This commit is contained in:
MrS0m30n3 2014-04-21 16:34:26 +03:00
parent ec4dead6b1
commit 9386cf9afd
2 changed files with 18 additions and 18 deletions

View File

@ -1019,7 +1019,7 @@ class YoutubeDL(object):
except (ContentTooShortError, ) as err:
self.report_error('content too short (expected %s bytes and served %s)' % (err.expected, err.downloaded))
return
except StopDownloads:
except StopDownloads
return
if success: