mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-01-03 06:01:02 +00:00
parent
d16ab6ef1c
commit
55b53b338b
1 changed files with 1 additions and 0 deletions
|
@ -307,6 +307,7 @@ def run(self, information):
|
|||
|
||||
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')
|
||||
return [], information
|
||||
|
||||
filecodec = self.get_audio_codec(path)
|
||||
if filecodec is None:
|
||||
|
|
Loading…
Reference in a new issue