mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 20:57:45 +03:00
Add AUDIO_DOWNLOAD_DIR option
This commit is contained in:
parent
95c0195c22
commit
dabaae58e2
4 changed files with 6 additions and 2 deletions
|
@ -16,6 +16,7 @@ log = logging.getLogger('main')
|
|||
class Config:
|
||||
_DEFAULTS = {
|
||||
'DOWNLOAD_DIR': '.',
|
||||
'AUDIO_DOWNLOAD_DIR': '.',
|
||||
'URL_PREFIX': '',
|
||||
'OUTPUT_TEMPLATE': '%(title)s.%(ext)s',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue