Added config

This commit is contained in:
Trygve 2022-07-31 20:26:04 +02:00
parent 11a639be5d
commit 307e80c952
1 changed files with 7 additions and 0 deletions

7
config.py Normal file
View File

@ -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',
}