added download only mode that simply downloads files to the client when the server finishes the download

added dependency on savefile library for download-only mode
This commit is contained in:
Isaac Grynsztein
2020-02-11 13:10:02 -05:00
parent 10c90a01f2
commit ba5592015d
5 changed files with 69 additions and 37 deletions

View File

@@ -16,7 +16,8 @@
},
"Extra": {
"title_top": "Youtube Downloader",
"file_manager_enabled": true
"download_only_mode": false,
"file_manager_enabled": true
}
}
}