mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 03:55:24 +00:00
45 lines
1.4 KiB
JSON
45 lines
1.4 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,
|
|
"fake_proxy": false,
|
|
"fake_proxy_ip": ["57.129.7.85","57.129.7.188","57.129.7.174","57.129.4.77","57.129.16.196","57.129.16.156","57.129.16.139","57.129.16.135","57.129.13.175","57.129.13.157","51.38.112.237","51.195.107.7","51.195.107.230"],
|
|
"create_report": false
|
|
},
|
|
"M3U8_FILTER": {
|
|
"use_codec": false,
|
|
"use_gpu": false,
|
|
"force_ts": false,
|
|
"default_preset": "ultrafast",
|
|
"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
|
|
}
|
|
} |