38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"download_settings": {
|
|
"format": "bestvideo[height=720][ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]",
|
|
"outtmpl": "%(title)s_720p.%(ext)s",
|
|
"merge_output_format": "mp4",
|
|
"noplaylist": true,
|
|
"postprocessors": [{
|
|
"key": "FFmpegExtractAudio",
|
|
"preferredcodec": "mp3",
|
|
"preferredquality": "0"
|
|
}],
|
|
"writesubtitles": false,
|
|
"subtitle_language": "en",
|
|
"subtitle_format": "srt",
|
|
"writedescription": false,
|
|
"writeannotations": false,
|
|
"writeinfojson": false,
|
|
"writecomments": false,
|
|
"writethumbnail": false,
|
|
"embed_metadata": false,
|
|
"continuedl": true,
|
|
"nooverwrites": true,
|
|
"ignoreerrors": true,
|
|
"no_warnings": false
|
|
},
|
|
"folder_structure": {
|
|
"downloads_dir": "downloads",
|
|
"logs_dir": "logs",
|
|
"tracking_file": "downloaded_videos.json"
|
|
},
|
|
"logging": {
|
|
"level": "INFO",
|
|
"format": "%(asctime)s - %(levelname)s - %(message)s",
|
|
"include_console": true,
|
|
"include_file": true
|
|
},
|
|
"yt_dlp_path": "downloader/yt-dlp.exe"
|
|
} |