1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/metube/config/ytdl_options.json

10 lines
188 B
JSON
Raw Normal View History

2024-10-29 21:35:54 +09:00
{
"format": "bestaudio/best",
"writethumbnail": true,
"postprocessors": [
{ "key": "FFmpegExtractAudio" },
{ "key": "FFmpegMetadata" },
{ "key": "EmbedThumbnail" }
]
}