video_bot/config.py

8 lines
222 B
Python
Raw Normal View History

2022-07-31 19:41:13 +00:00
config = {
'url': 'https://example.com',
2022-07-31 18:26:04 +00:00
'username': '',
'password': '',
'yt_dlp_format': 'bestvideo[ext=webm]+bestaudio[ext=webm]/best[ext=mp4]/best',
'download_dir': './videos',
}