mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-20 16:03:19 +03:00
updated default.json
This commit is contained in:
@@ -7,9 +7,11 @@
|
|||||||
"Downloader": {
|
"Downloader": {
|
||||||
"path-audio": "audio/",
|
"path-audio": "audio/",
|
||||||
"path-video": "video/",
|
"path-video": "video/",
|
||||||
"use_youtubedl_archive": true,
|
"use_youtubedl_archive": false,
|
||||||
"custom_args": "",
|
"custom_args": "",
|
||||||
"safe_download_override": false
|
"safe_download_override": false,
|
||||||
|
"include_thumbnail": false,
|
||||||
|
"include_metadata": true
|
||||||
},
|
},
|
||||||
"Extra": {
|
"Extra": {
|
||||||
"title_top": "YoutubeDL-Material",
|
"title_top": "YoutubeDL-Material",
|
||||||
@@ -33,12 +35,20 @@
|
|||||||
"Subscriptions": {
|
"Subscriptions": {
|
||||||
"allow_subscriptions": true,
|
"allow_subscriptions": true,
|
||||||
"subscriptions_base_path": "subscriptions/",
|
"subscriptions_base_path": "subscriptions/",
|
||||||
"subscriptions_check_interval": "30",
|
"subscriptions_check_interval": "300",
|
||||||
"subscriptions_use_youtubedl_archive": true
|
"subscriptions_use_youtubedl_archive": true
|
||||||
},
|
},
|
||||||
"Users": {
|
"Users": {
|
||||||
"base_path": "users/",
|
"base_path": "users/",
|
||||||
"allow_registration": true
|
"allow_registration": true,
|
||||||
|
"auth_method": "internal",
|
||||||
|
"ldap_config": {
|
||||||
|
"url": "ldap://localhost:389",
|
||||||
|
"bindDN": "cn=root",
|
||||||
|
"bindCredentials": "secret",
|
||||||
|
"searchBase": "ou=passport-ldapauth",
|
||||||
|
"searchFilter": "(uid={{username}})"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Advanced": {
|
"Advanced": {
|
||||||
"use_default_downloading_agent": true,
|
"use_default_downloading_agent": true,
|
||||||
@@ -47,7 +57,7 @@
|
|||||||
"allow_advanced_download": true,
|
"allow_advanced_download": true,
|
||||||
"jwt_expiration": 86400,
|
"jwt_expiration": 86400,
|
||||||
"logger_level": "debug",
|
"logger_level": "debug",
|
||||||
"use_cookies": true
|
"use_cookies": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user