diff --git a/config.py b/config.py new file mode 100644 index 0000000..eaf1006 --- /dev/null +++ b/config.py @@ -0,0 +1,7 @@ +config { + 'server_url': 'https://example.com', + 'username': '', + 'password': '', + 'yt_dlp_format': 'bestvideo[ext=webm]+bestaudio[ext=webm]/best[ext=mp4]/best', + 'download_dir': './videos', +}