video_bot/config.py

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