mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-09 19:41:27 +03:00
Updated dev default.json
This commit is contained in:
@@ -29,7 +29,8 @@
|
|||||||
"use_youtube_API": false,
|
"use_youtube_API": false,
|
||||||
"youtube_API_key": "",
|
"youtube_API_key": "",
|
||||||
"use_twitch_API": false,
|
"use_twitch_API": false,
|
||||||
"twitch_API_key": ""
|
"twitch_API_key": "",
|
||||||
|
"twitch_auto_download_chat": true
|
||||||
},
|
},
|
||||||
"Themes": {
|
"Themes": {
|
||||||
"default_theme": "default",
|
"default_theme": "default",
|
||||||
@@ -53,6 +54,10 @@
|
|||||||
"searchFilter": "(uid={{username}})"
|
"searchFilter": "(uid={{username}})"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"Database": {
|
||||||
|
"mongodb_connection_string": "mongodb://127.0.0.1:27017/?compressors=zlib",
|
||||||
|
"use_local_db": false
|
||||||
|
},
|
||||||
"Advanced": {
|
"Advanced": {
|
||||||
"use_default_downloading_agent": true,
|
"use_default_downloading_agent": true,
|
||||||
"custom_downloading_agent": "",
|
"custom_downloading_agent": "",
|
||||||
@@ -61,7 +66,7 @@
|
|||||||
"jwt_expiration": 86400,
|
"jwt_expiration": 86400,
|
||||||
"logger_level": "debug",
|
"logger_level": "debug",
|
||||||
"use_cookies": false,
|
"use_cookies": false,
|
||||||
"default_downloader": "youtube-dlc"
|
"default_downloader": "youtube-dl"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user