Fix config

This commit is contained in:
Trygve 2022-07-31 19:41:13 +00:00
parent c86eecfad1
commit 3eb51523bb
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
config { config = {
'server_url': 'https://example.com', 'url': 'https://example.com',
'username': '', 'username': '',
'password': '', 'password': '',
'yt_dlp_format': 'bestvideo[ext=webm]+bestaudio[ext=webm]/best[ext=mp4]/best', 'yt_dlp_format': 'bestvideo[ext=webm]+bestaudio[ext=webm]/best[ext=mp4]/best',