mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2025-12-20 01:59:33 +05:30
(feat): added speed rate limit option in settings, improved download error handling and improved remove from library dialog
This commit is contained in:
@@ -13,6 +13,8 @@ export interface Settings {
|
||||
strict_downloadablity_check: boolean;
|
||||
use_proxy: boolean;
|
||||
proxy_url: string;
|
||||
use_rate_limit: boolean;
|
||||
rate_limit: number;
|
||||
video_format: string;
|
||||
audio_format: string;
|
||||
always_reencode_video: boolean;
|
||||
|
||||
Reference in New Issue
Block a user