(feat): added strict downloadablity check option in settings

This commit is contained in:
2025-07-11 21:12:33 +05:30
parent c78cad0034
commit f2589d78b7
4 changed files with 15 additions and 0 deletions

View File

@@ -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;