Merge branch 'master' of github.com:rg3/youtube-dl

This commit is contained in:
remitamine 2016-03-02 17:35:55 +01:00
commit e7d2084568
1 changed files with 1 additions and 1 deletions

View File

@ -1631,7 +1631,7 @@ class YoutubeDL(object):
self.report_error('content too short (expected %s bytes and served %s)' % (err.expected, err.downloaded))
return
if success:
if success and filename != '-':
# Fixup content
fixup_policy = self.params.get('fixup')
if fixup_policy is None: