Archived
1
0
Fork 0
This repository has been archived on 2022-05-09. You can view files and clone it, but cannot push or open issues or pull requests.
ytdlp-web/config.js
hazysu 996444bd7e
Add hcaptcha, clean up code
Switch client code to fetch, switch to woff and woff2, use hcaptcha, use post http requests for log and download, clean up
2022-01-30 11:10:25 -06:00

9 lines
173 B
JavaScript

module.exports = {
"temp-dir": "temp/",
"port": 8888,
"name": "YouTube Downloader",
// "hcaptcha": {
// "sitekey": "site-key",
// "secret": "secret"
// }
}