mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-09 09:07:07 -05:00
Switch some calls to to_stderr to report_error and report_warning
This commit is contained in:
@@ -208,7 +208,7 @@ class FFmpegExtractAudioPP(FFmpegPostProcessor):
|
||||
try:
|
||||
os.utime(encodeFilename(new_path), (time.time(), information['filetime']))
|
||||
except:
|
||||
self._downloader.to_stderr(u'WARNING: Cannot update utime of audio file')
|
||||
self._downloader.report_warning(u'Cannot update utime of audio file')
|
||||
|
||||
information['filepath'] = new_path
|
||||
return self._nopostoverwrites,information
|
||||
|
||||
Reference in New Issue
Block a user