mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2025-12-20 01:59:33 +05:30
(feat): added strict downloadablity check option in settings
This commit is contained in:
@@ -10,6 +10,7 @@ export interface Settings {
|
||||
download_dir: string;
|
||||
max_parallel_downloads: number;
|
||||
prefer_video_over_playlist: boolean;
|
||||
show_downloadable_streams_only: boolean;
|
||||
use_proxy: boolean;
|
||||
proxy_url: string;
|
||||
video_format: string;
|
||||
|
||||
Reference in New Issue
Block a user