mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-10 13:27:12 +00:00
52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"DEFAULT": {
|
|
"debug": false,
|
|
"log_file": "app.log",
|
|
"log_to_file": true,
|
|
"show_message": true,
|
|
"clean_console": true,
|
|
"get_moment_title": false,
|
|
"root_path": "Video",
|
|
"not_close": false,
|
|
"map_episode_name": "%(tv_name)_S%(season)E%(episode)_%(episode_name)",
|
|
"instagram_session": "",
|
|
"create_job_database": false
|
|
},
|
|
"SITE": {
|
|
"streaming_site_name": "streamingcommunity",
|
|
"streaming_domain": "foo",
|
|
"anime_site_name": "animeunity",
|
|
"anime_domain": "to"
|
|
},
|
|
"M3U8": {
|
|
"tdqm_workers": 20,
|
|
"delay_start_workers": 0,
|
|
"hide_request_error": false,
|
|
"requests_timeout": 10,
|
|
"enable_time_quit": false,
|
|
"tqdm_progress_timeout": 10,
|
|
"download_percentage": 0,
|
|
"tqdm_show_progress": true,
|
|
"save_m3u8_content": true,
|
|
"fake_proxy": true,
|
|
"fake_proxy_ip": ["162.19.255.78", "162.19.255.36", "162.19.255.224", "162.19.255.223", "162.19.254.244", "162.19.254.232", "162.19.254.230", "162.19.228.127", "162.19.228.105"],
|
|
"create_report": false
|
|
},
|
|
"M3U8_PARSER": {
|
|
"skip_empty_row_playlist": false,
|
|
"force_resolution": -1
|
|
},
|
|
"M3U8_OPTIONS": {
|
|
"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": {
|
|
"index": {"user-agent": ""},
|
|
"segments": {"user-agent": ""}
|
|
}
|
|
} |