Merge pull request #290 from Tzahi12345/updated-player

Updated player & much more (v4.2)
This commit is contained in:
Tzahi12345
2020-12-24 03:13:50 -05:00
committed by GitHub
40 changed files with 786 additions and 621 deletions

View File

@@ -26,7 +26,9 @@
"use_API_key": false,
"API_key": "",
"use_youtube_API": false,
"youtube_API_key": ""
"youtube_API_key": "",
"use_twitch_API": false,
"twitch_API_key": ""
},
"Themes": {
"default_theme": "default",
@@ -57,7 +59,8 @@
"allow_advanced_download": true,
"jwt_expiration": 86400,
"logger_level": "debug",
"use_cookies": false
"use_cookies": false,
"default_downloader": "youtube-dlc"
}
}
}