Code: Select all
ERROR: Postprocessing: audio conversion failed: Error opening output files: Encoder not found
url = entry.get('ylink').strip('\n')
artist = entry.get('artist')
title = entry.get('title')
ydl_opts = {
'format': 'bestaudio/best',
'postprocessors': [{
'key': 'FFmpegExtractAudio',
'preferredcodec': 'mp3',
'preferredquality': '192',
}],
'cookiefile': 'all_cookies.txt',
'outtmpl': f'{out_path}{artist} - {title}.%(ext)s'
}
with yt_dlp.YoutubeDL(ydl_opts) as ydl:
ydl.download() < /code> Dies ist die Ausgabe auf dem ... 87]Problem und kann möglicherweise eine Lösung vorschlagen? Leider habe ich noch keine Lösung für mein Problem gefunden.