mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-06 11:35:29 +00:00
104 lines
2.5 KiB
JSON
104 lines
2.5 KiB
JSON
{
|
|
"DEFAULT": {
|
|
"debug": false,
|
|
"log_file": "app.log",
|
|
"log_to_file": true,
|
|
"show_message": true,
|
|
"clean_console": true,
|
|
"root_path": "Video",
|
|
"map_episode_name": "%(tv_name)_S%(season)E%(episode)_%(episode_name)",
|
|
"auto_update_domain": true,
|
|
"config_qbit_tor": {
|
|
"host": "192.168.1.125",
|
|
"port": "8080",
|
|
"user": "admin",
|
|
"pass": "adminadmin"
|
|
},
|
|
"not_close": false
|
|
},
|
|
"REQUESTS": {
|
|
"timeout": 10,
|
|
"max_retry": 3,
|
|
"verify_ssl": true,
|
|
"user-agent": "",
|
|
"proxy_start_min": 0.1,
|
|
"proxy_start_max": 0.5
|
|
},
|
|
"BROWSER" : {
|
|
"headless": true
|
|
},
|
|
"M3U8_DOWNLOAD": {
|
|
"tqdm_delay": 0.01,
|
|
"tqdm_use_large_bar": true,
|
|
"download_video": true,
|
|
"download_audio": true,
|
|
"merge_audio": true,
|
|
"specific_list_audio": [
|
|
"ita"
|
|
],
|
|
"download_sub": true,
|
|
"merge_subs": true,
|
|
"specific_list_subtitles": [
|
|
"eng",
|
|
"spa"
|
|
],
|
|
"cleanup_tmp_folder": true,
|
|
"create_report": false
|
|
},
|
|
"M3U8_CONVERSION": {
|
|
"use_codec": false,
|
|
"use_vcodec": true,
|
|
"use_acodec": true,
|
|
"use_bitrate": true,
|
|
"use_gpu": false,
|
|
"default_preset": "ultrafast"
|
|
},
|
|
"M3U8_PARSER": {
|
|
"force_resolution": -1
|
|
},
|
|
"SITE": {
|
|
"streamingcommunity": {
|
|
"video_workers": 2,
|
|
"audio_workers": 2,
|
|
"domain": "boston"
|
|
},
|
|
"animeunity": {
|
|
"video_workers": 2,
|
|
"audio_workers": 2,
|
|
"domain": "to"
|
|
},
|
|
"altadefinizione": {
|
|
"video_workers": -1,
|
|
"audio_workers": -1,
|
|
"domain": "vodka"
|
|
},
|
|
"guardaserie": {
|
|
"video_workers": -1,
|
|
"audio_workers": -1,
|
|
"domain": "ceo"
|
|
},
|
|
"ddlstreamitaly": {
|
|
"domain": "co",
|
|
"cookie": {
|
|
"ips4_device_key": "",
|
|
"ips4_member_id": "",
|
|
"ips4_login_key": ""
|
|
}
|
|
},
|
|
"watch_lonelil": {
|
|
"domain": "ru"
|
|
},
|
|
"uhdmovies": {
|
|
"domain": "tel"
|
|
},
|
|
"bitsearch": {
|
|
"domain": "to"
|
|
},
|
|
"1337xx": {
|
|
"domain": "to"
|
|
},
|
|
"cb01": {
|
|
"domain": "church"
|
|
}
|
|
}
|
|
} |