mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-07 20:10:03 +03:00
21 lines
530 B
JSON
21 lines
530 B
JSON
{
|
|
"YoutubeDLMaterial": {
|
|
"Host": {
|
|
"frontendurl": "http://localhost:4200",
|
|
"backendurl": "https://youtubedl.grynsztein.com/"
|
|
},
|
|
"Encryption": {
|
|
"use-encryption": false,
|
|
"cert-file-path": "cert.pem",
|
|
"key-file-path": "privkey.pem"
|
|
},
|
|
"Downloader": {
|
|
"path-base": "http://localhost:8088/",
|
|
"path-audio": "audio/",
|
|
"path-video": "video/"
|
|
},
|
|
"Extra": {
|
|
"title_top": "Youtube Downloader"
|
|
}
|
|
}
|
|
} |