mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-18 07:01:45 +00:00
parent
d16ab6ef1c
commit
55b53b338b
@ -307,6 +307,7 @@ class FFmpegExtractAudioPP(FFmpegPostProcessor):
|
|||||||
|
|
||||||
if self._preferredcodec == 'best' and orig_ext in self.COMMON_AUDIO_EXTENSIONS:
|
if self._preferredcodec == 'best' and orig_ext in self.COMMON_AUDIO_EXTENSIONS:
|
||||||
self.to_screen('Skipping audio extraction since the file is already in a common audio format')
|
self.to_screen('Skipping audio extraction since the file is already in a common audio format')
|
||||||
|
return [], information
|
||||||
|
|
||||||
filecodec = self.get_audio_codec(path)
|
filecodec = self.get_audio_codec(path)
|
||||||
if filecodec is None:
|
if filecodec is None:
|
||||||
|
Loading…
Reference in New Issue
Block a user