video_bot/config.py
2022-07-31 19:41:13 +00:00

8 lines
222 B
Python

config = {
'url': 'https://example.com',
'username': '',
'password': '',
'yt_dlp_format': 'bestvideo[ext=webm]+bestaudio[ext=webm]/best[ext=mp4]/best',
'download_dir': './videos',
}