Make youtube-dl write metadata
This commit is contained in:
parent
f7e9e806e0
commit
e538c3c9fb
@ -330,8 +330,8 @@ class MumbleBot:
|
|||||||
'postprocessors': [{
|
'postprocessors': [{
|
||||||
'key': 'FFmpegExtractAudio',
|
'key': 'FFmpegExtractAudio',
|
||||||
'preferredcodec': 'mp3',
|
'preferredcodec': 'mp3',
|
||||||
'preferredquality': '192',
|
'preferredquality': '192'},
|
||||||
}]
|
{'key': 'FFmpegMetadata'}]
|
||||||
}
|
}
|
||||||
video_title = ""
|
video_title = ""
|
||||||
with youtube_dl.YoutubeDL(ydl_opts) as ydl:
|
with youtube_dl.YoutubeDL(ydl_opts) as ydl:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user