add PUBLIC_HOST_AUDIO_URL

This commit is contained in:
vaaski 2024-05-02 13:10:41 +02:00
parent 16b3319786
commit 3440d0adeb
No known key found for this signature in database
GPG key ID: A588737BA9EB4320
4 changed files with 4 additions and 1 deletions

View file

@ -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': '{}',