mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-09 12:42:28 +01:00
Merge branch 'master' of github.com:rg3/youtube-dl
This commit is contained in:
commit
e7d2084568
@ -1631,7 +1631,7 @@ def compatible_formats(formats):
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user