Updated favicon, added progress bar functionality

This commit is contained in:
Isaac Grynsztein
2018-01-17 14:35:47 -05:00
parent 917235189a
commit 2a80ea92cc
6 changed files with 155 additions and 21 deletions

View File

@@ -7,13 +7,15 @@
"Encryption": {
"use-encryption": false,
"cert-file-path": "cert.pem",
"key-file-path": "privkey.pem",
"chain-file-path": "chain.pem"
"key-file-path": "privkey.pem"
},
"Downloader": {
"path-base": "http://localhost:8088/",
"path-audio": "audio/",
"path-video": "video/"
},
"Extra": {
"title_top": "Youtube Downloader"
}
}
}