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
2024-10-29 21:35:54 +09:00

9 lines
188 B
JSON

{
"format": "bestaudio/best",
"writethumbnail": true,
"postprocessors": [
{ "key": "FFmpegExtractAudio" },
{ "key": "FFmpegMetadata" },
{ "key": "EmbedThumbnail" }
]
}