mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-06 11:35:29 +00:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"DEFAULT": {
|
|
"debug": false,
|
|
"log_file": "app.log",
|
|
"log_to_file": true,
|
|
"show_message": false,
|
|
"clean_console": false,
|
|
"root_path": "Video",
|
|
"map_episode_name": "%(tv_name)_S%(season)E%(episode)_%(episode_name)",
|
|
"create_job_database": false,
|
|
"not_close": false
|
|
},
|
|
"SITE": {
|
|
"streamingcommunity": "foo",
|
|
"animeunity": "to",
|
|
"altadefinizione": "food"
|
|
},
|
|
"M3U8_DOWNLOAD": {
|
|
"tdqm_workers": 30,
|
|
"tqdm_show_progress": true,
|
|
"create_report": false
|
|
},
|
|
"M3U8_FILTER": {
|
|
"use_codec": false,
|
|
"use_gpu": false,
|
|
"default_preset": "ultrafast",
|
|
"check_output_conversion": false,
|
|
"cleanup_tmp_folder": true,
|
|
"specific_list_audio": ["ita"],
|
|
"specific_list_subtitles": ["eng"]
|
|
},
|
|
"M3U8_REQUESTS": {
|
|
"disable_error": false,
|
|
"timeout": 10,
|
|
"verify_ssl": false,
|
|
"index": {"user-agent": ""},
|
|
"segments": {"user-agent": ""}
|
|
},
|
|
"M3U8_PARSER": {
|
|
"skip_empty_row_playlist": false,
|
|
"force_resolution": -1
|
|
}
|
|
} |