mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-11 07:10:56 +03:00
18 lines
415 B
Plaintext
18 lines
415 B
Plaintext
{
|
|
"YoutubeDL-Material": {
|
|
"Host": {
|
|
"url": "example.com",
|
|
"port": "8088"
|
|
},
|
|
"Encryption": {
|
|
"use-encryption": false,
|
|
"cert-file-path": "fullchain.pem",
|
|
"key-file-path": "privkey.pem"
|
|
},
|
|
"Downloader": {
|
|
"path-base": "http://localhost:8088/",
|
|
"path-audio": "audio/",
|
|
"path-video": "video/"
|
|
}
|
|
}
|
|
} |