mirror of
https://github.com/alexta69/metube.git
synced 2025-04-03 20:27:36 +03:00
add PUBLIC_HOST_AUDIO_URL
This commit is contained in:
parent
16b3319786
commit
3440d0adeb
4 changed files with 4 additions and 1 deletions
|
@ -25,6 +25,7 @@ class Config:
|
|||
'STATE_DIR': '.',
|
||||
'URL_PREFIX': '',
|
||||
'PUBLIC_HOST_URL': 'download/',
|
||||
'PUBLIC_HOST_AUDIO_URL': 'audio_download/',
|
||||
'OUTPUT_TEMPLATE': '%(title)s.%(ext)s',
|
||||
'OUTPUT_TEMPLATE_CHAPTER': '%(title)s - %(section_number)s %(section_title)s.%(ext)s',
|
||||
'YTDL_OPTIONS': '{}',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue