mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 20:57:45 +03:00
Added Env-Var for State-Directory
This commit is contained in:
parent
d07d799e17
commit
1ebf1da076
4 changed files with 6 additions and 3 deletions
|
@ -16,6 +16,7 @@ class Config:
|
|||
_DEFAULTS = {
|
||||
'DOWNLOAD_DIR': '.',
|
||||
'AUDIO_DOWNLOAD_DIR': '%%DOWNLOAD_DIR',
|
||||
'STATE_DIR': '.',
|
||||
'URL_PREFIX': '',
|
||||
'OUTPUT_TEMPLATE': '%(title)s.%(ext)s',
|
||||
'YTDL_OPTIONS': '{}',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue