mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 12:47:38 +03:00
environment variable to customize output file names
This commit is contained in:
parent
155d93a14c
commit
c8462012a1
2 changed files with 5 additions and 3 deletions
|
@ -17,6 +17,7 @@ class Config:
|
|||
_DEFAULTS = {
|
||||
'DOWNLOAD_DIR': '.',
|
||||
'URL_PREFIX': '',
|
||||
'OUTPUT_TEMPLATE': '%(title)s.%(ext)s',
|
||||
}
|
||||
|
||||
def __init__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue