Files
dotfiles/.config/yt-dlg/settings.json
T
Joel Mathew Thomas f2dd59913d 12hr clck waybar
2024-05-21 23:30:56 +05:30

75 lines
1.8 KiB
JSON

{
"save_path": "/home/joel",
"save_path_dirs": [
"/home/joel",
"/home/joel/Downloads",
"/home/joel/Desktop",
"/home/joel/Videos",
"/home/joel/Music"
],
"video_format": "webm",
"second_video_format": "0",
"to_audio": false,
"keep_video": false,
"audio_format": "",
"audio_quality": "5",
"restrict_filenames": false,
"dark_mode": false,
"output_format": "1",
"output_template": "%(uploader)s/%(title)s.%(ext)s",
"playlist_start": 1,
"playlist_end": 0,
"max_downloads": 0,
"min_filesize": 0,
"max_filesize": 0,
"min_filesize_unit": "",
"max_filesize_unit": "",
"write_subs": false,
"write_all_subs": false,
"write_auto_subs": false,
"embed_subs": false,
"subs_lang": "en",
"ignore_errors": true,
"open_dl_dir": false,
"write_description": false,
"write_info": false,
"write_thumbnail": false,
"retries": 10,
"user_agent": "",
"referer": "",
"proxy": "",
"shutdown": false,
"sudo_password": "",
"username": "",
"password": "",
"video_password": "",
"cli_backend": "yt-dlp",
"youtubedl_path": "/home/joel/.config/yt-dlg",
"cmd_args": "",
"enable_log": true,
"log_time": true,
"workers_number": 3,
"locale_name": "en_US",
"main_win_size": "951/516",
"opts_win_size": "951/516",
"selected_video_formats": [
"webm",
"mp4"
],
"selected_audio_formats": [
"mp3",
"m4a",
"vorbis"
],
"selected_format": "webm",
"youtube_dl_debug": false,
"ignore_config": true,
"confirm_exit": true,
"native_hls": true,
"show_completion_popup": true,
"confirm_deletion": true,
"nomtime": false,
"embed_thumbnail": false,
"add_metadata": false,
"disable_update": false
}