Files
youtube_downloader/config.json
2025-09-28 09:18:03 +09:00

13 lines
271 B
JSON

{
"output_directory": "downloads",
"video_quality": "best",
"audio_format": "mp3",
"video_format": "mp4",
"create_subdirs": true,
"add_metadata": true,
"subtitle_languages": [
"ru",
"en"
],
"download_subtitles": false
}