mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 12:47:38 +03:00
Updated ui and backend
Added Sequential, limited and concurrent downloading and import export buttons
This commit is contained in:
parent
11cb4a1d28
commit
8d70ed9d36
7 changed files with 282 additions and 29 deletions
|
@ -43,7 +43,7 @@ class Config:
|
|||
'KEYFILE': '',
|
||||
'BASE_DIR': '',
|
||||
'DEFAULT_THEME': 'auto',
|
||||
'DOWNLOAD_MODE': 'concurrent', # Can be 'sequential', 'concurrent', or 'limited'
|
||||
'DOWNLOAD_MODE': 'limited', # Can be 'sequential', 'concurrent', or 'limited'
|
||||
'MAX_CONCURRENT_DOWNLOADS': 3, # Used if DOWNLOAD_MODE is 'limited'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue