diff --git a/config.py b/config.py index eaf1006..70ea251 100644 --- a/config.py +++ b/config.py @@ -1,5 +1,5 @@ -config { - 'server_url': 'https://example.com', +config = { + 'url': 'https://example.com', 'username': '', 'password': '', 'yt_dlp_format': 'bestvideo[ext=webm]+bestaudio[ext=webm]/best[ext=mp4]/best',