diff options
Diffstat (limited to 'youtube_dl/YoutubeDL.py')
| -rwxr-xr-x | youtube_dl/YoutubeDL.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/YoutubeDL.py b/youtube_dl/YoutubeDL.py index f4324039c..8f3a8b9e3 100755 --- a/youtube_dl/YoutubeDL.py +++ b/youtube_dl/YoutubeDL.py @@ -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: | 
