mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-06 11:35:29 +00:00
98 lines
2.4 KiB
JSON
98 lines
2.4 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)",
|
|
"special_chars_to_remove": "!@#$%^&*()[]{}<>|`~'\";:,?=+\u00e2\u20ac\u00a6",
|
|
"config_qbit_tor": {
|
|
"host": "192.168.1.59",
|
|
"port": "8080",
|
|
"user": "admin",
|
|
"pass": "adminadmin"
|
|
},
|
|
"not_close": false,
|
|
"show_trending": false
|
|
},
|
|
"REQUESTS": {
|
|
"timeout": 20,
|
|
"max_retry": 3,
|
|
"verify_ssl": true,
|
|
"user-agent": "",
|
|
"proxy_start_min": 0.1,
|
|
"proxy_start_max": 0.5
|
|
},
|
|
"BROWSER": {
|
|
"headless": false
|
|
},
|
|
"M3U8_DOWNLOAD": {
|
|
"tqdm_delay": 0.01,
|
|
"tqdm_use_large_bar": true,
|
|
"download_video": true,
|
|
"download_audio": true,
|
|
"merge_audio": true,
|
|
"default_video_workser": 12,
|
|
"default_audio_workser": 12,
|
|
"specific_list_audio": [
|
|
"ita"
|
|
],
|
|
"download_sub": true,
|
|
"merge_subs": true,
|
|
"specific_list_subtitles": [
|
|
"eng",
|
|
"spa"
|
|
],
|
|
"cleanup_tmp_folder": true
|
|
},
|
|
"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,
|
|
"get_only_link": false
|
|
},
|
|
"SITE": {
|
|
"streamingcommunity": {
|
|
"video_workers": 7,
|
|
"audio_workers": 7,
|
|
"domain": "computer"
|
|
},
|
|
"altadefinizione": {
|
|
"domain": "now"
|
|
},
|
|
"guardaserie": {
|
|
"domain": "academy"
|
|
},
|
|
"mostraguarda": {
|
|
"domain": "stream"
|
|
},
|
|
"ddlstreamitaly": {
|
|
"domain": "co",
|
|
"cookie": {
|
|
"ips4_device_key": "",
|
|
"ips4_member_id": "",
|
|
"ips4_login_key": ""
|
|
}
|
|
},
|
|
"animeunity": {
|
|
"domain": "to"
|
|
},
|
|
"bitsearch": {
|
|
"domain": "to"
|
|
},
|
|
"1337xx": {
|
|
"domain": "to"
|
|
},
|
|
"piratebays": {
|
|
"domain": "to"
|
|
}
|
|
}
|
|
} |